accounts-frontend/tests-e2e/package.json

19 lines
396 B
JSON
Raw Normal View History

{
"name": "tests-e2e",
"version": "1.0.0",
"description": "account.ely.by e2e test suit",
"main": "index.js",
"scripts": {
2020-01-14 17:58:02 +05:30
"test": "cypress open",
"test:ci": "cypress run"
},
"keywords": [],
"author": "SleepWalker <dev@udf.su>",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@cypress/webpack-preprocessor": "^4.1.1",
"cypress": "^3.8.2"
}
}