This commit is contained in:
2021-12-18 00:49:46 +00:00
parent 5b986a9458
commit a42e8ae2ad
2 changed files with 30 additions and 27 deletions

View File

@@ -12,7 +12,10 @@
"devDependencies": {},
"scripts": {
"open": "./node_modules/.bin/cypress open",
"smoke-ff": "./node_modules/.bin/cypress run --browser firefox --spec ./tests/regression/smoke/*.js"
"all-chrome": "./node_modules/.bin/cypress run --browser chrome",
"all-ff": "./node_modules/.bin/cypress run --browser firefox",
"smoke-ff": "./node_modules/.bin/cypress run --browser firefox --spec ./tests/regression/1-smoke/*.js",
"smoke-chrome": "./node_modules/.bin/cypress run --browser chrome --spec ./tests/regression/1-smoke/*.js"
},
"author": "",
"license": "ISC"