-
- Downloads
pacakge.json updates
... | @@ -5,14 +5,14 @@ | ... | @@ -5,14 +5,14 @@ |
"main": "src/index.js", | "main": "src/index.js", | ||
"scripts": { | "scripts": { | ||
"start": "node ./src/index.js", | "start": "node ./src/index.js", | ||
"test": "cypress run --group 1x-chrome --record --headless --browser chrome --spec \"**/*.feature\"" | "test": "cypress run --spec \"**/*.feature\"" | ||
}, | }, | ||
"author": "Nils Tesdal", | "author": "Nils Tesdal", | ||
"dependencies": { | "dependencies": { | ||
"express": "^4.17.1" | "express": "^4.17.1" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"cypress": "12.11.0", | "cypress": "^6.6.0", | ||
"cypress-cucumber-preprocessor": "^4.0.1" | "cypress-cucumber-preprocessor": "^4.0.1" | ||
}, | }, | ||
"cypress-cucumber-preprocessor": { | "cypress-cucumber-preprocessor": { | ||
... | ... |
Please register or sign in to comment