accounts-frontend/tests-e2e/package.json
Sviatoslav dfa8c6df5f Fix sb build (closes #18) (#19)
* Fix storybook build command

* Bump deps

* Add storybook build step

* Perform storybook build quiet

Co-authored-by: ErickSkrauch <erickskrauch@ely.by>
2020-01-16 18:33:05 +03:00

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": "^4.1.1",
"cypress": "^3.8.2"
}
}