Skip to content

Commit

Permalink
Merge pull request #160 from MarcusT96/cypress-jonte
Browse files Browse the repository at this point in the history
adderade step def igen
  • Loading branch information
HellgrenR authored May 16, 2024
2 parents 58e7179 + f90b125 commit da9828e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
"main": "index.js",
"scripts": {
"test-ui": "cypress open --browser chrome",
"test": "cypress run --browser chrome",
"test": "cypress run --browser chrome",
"make-steps": "node _auto-generate-step-definitions.js"
},
"cypress-cucumber-preprocessor": {
"json": {
"enabled": true
}

},
"stepDefinitions": [
"/specs/step_definitions/**/*.js"
]
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit da9828e

Please sign in to comment.