2018-02-18 23:39:32 +05:30
|
|
|
{
|
|
|
|
"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"
|
2018-02-18 23:39:32 +05:30
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "SleepWalker <dev@udf.su>",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-05-20 21:59:48 +05:30
|
|
|
"@cypress/webpack-preprocessor": "^5.4.1",
|
2020-05-22 00:07:35 +05:30
|
|
|
"@testing-library/cypress": "^6.0.0",
|
|
|
|
"@types/testing-library__cypress": "^5.0.5",
|
2020-05-22 00:14:42 +05:30
|
|
|
"cypress": "^4.6.0"
|
2018-02-18 23:39:32 +05:30
|
|
|
}
|
|
|
|
}
|