This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"dependencies": {
|
||||
"cypress": "^9.1.1"
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"cypress": "^9.2.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"open": "./node_modules/.bin/cypress open",
|
||||
"all-chrome": "./node_modules/.bin/cypress run --browser chrome",
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user