This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user