This commit is contained in:
2021-12-18 00:03:42 +00:00
parent 21dd043b3f
commit 5b986a9458
2 changed files with 19 additions and 59 deletions

19
e2e/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"cypress": "^9.1.1"
},
"devDependencies": {},
"scripts": {
"open": "./node_modules/.bin/cypress open",
"smoke-ff": "./node_modules/.bin/cypress run --browser firefox --spec ./tests/regression/smoke/*.js"
},
"author": "",
"license": "ISC"
}