accounts-frontend/tests-e2e/package.json

18 lines
366 B
JSON
Raw Normal View History

{
"name": "tests-e2e",
"version": "1.0.0",
"description": "account.ely.by e2e test suit",
"main": "index.js",
"scripts": {
"test": "cypress open"
},
"keywords": [],
"author": "SleepWalker <dev@udf.su>",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@cypress/webpack-preprocessor": "^4.1.1",
2019-12-13 13:23:09 +05:30
"cypress": "^3.8.0"
}
}