mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-02 11:41:04 +05:30
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"name": "tests-e2e",
|
|
"version": "1.0.0",
|
|
"description": "account.ely.by e2e test suit",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "cypress open",
|
|
"test:ci": "cypress run"
|
|
},
|
|
"keywords": [],
|
|
"author": "SleepWalker <dev@udf.su>",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@cypress/webpack-preprocessor": "^5.4.1",
|
|
"cypress": "^4.5.0"
|
|
}
|
|
}
|