-
- Downloads
øving 8
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- README.md 51 additions, 0 deletionsREADME.md
- cypress.json 4 additions, 0 deletionscypress.json
- cypress/fixtures/testdata.json 1 addition, 0 deletionscypress/fixtures/testdata.json
- cypress/integration/betalingsinformasjon.feature 19 additions, 0 deletionscypress/integration/betalingsinformasjon.feature
- cypress/integration/betalingsinformasjon/steps.js 85 additions, 0 deletionscypress/integration/betalingsinformasjon/steps.js
- cypress/integration/handlekurv.feature 24 additions, 0 deletionscypress/integration/handlekurv.feature
- cypress/integration/handlekurv/steps.js 104 additions, 0 deletionscypress/integration/handlekurv/steps.js
- cypress/plugins/index.js 5 additions, 0 deletionscypress/plugins/index.js
- cypress/support/commands.js 25 additions, 0 deletionscypress/support/commands.js
- cypress/support/index.js 20 additions, 0 deletionscypress/support/index.js
- cypress/videos/betalingsinformasjon.feature.mp4 0 additions, 0 deletionscypress/videos/betalingsinformasjon.feature.mp4
- cypress/videos/handlekurv.feature.mp4 0 additions, 0 deletionscypress/videos/handlekurv.feature.mp4
- package-lock.json 13455 additions, 0 deletionspackage-lock.json
- package.json 21 additions, 0 deletionspackage.json
- src/index.html 33 additions, 0 deletionssrc/index.html
- src/index.js 7 additions, 0 deletionssrc/index.js
- src/payment.html 53 additions, 0 deletionssrc/payment.html
- src/receipt.html 18 additions, 0 deletionssrc/receipt.html
- src/storage.js 86 additions, 0 deletionssrc/storage.js
.gitignore
0 → 100644
README.md
0 → 100644
cypress.json
0 → 100644
cypress/fixtures/testdata.json
0 → 100644
cypress/integration/handlekurv.feature
0 → 100644
cypress/integration/handlekurv/steps.js
0 → 100644
cypress/plugins/index.js
0 → 100644
cypress/support/commands.js
0 → 100644
cypress/support/index.js
0 → 100644
File added
cypress/videos/handlekurv.feature.mp4
0 → 100644
File added
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "cypress-bdd-start", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "src/index.js", | |||
"scripts": { | |||
"start": "node ./src/index.js", | |||
"test": "cypress run --spec \"**/*.feature\"" | |||
}, | |||
"author": "Nils Tesdal", | |||
"dependencies": { | |||
"express": "^4.17.1" | |||
}, | |||
"devDependencies": { | |||
"cypress": "^6.6.0", | |||
"cypress-cucumber-preprocessor": "^4.0.1" | |||
}, | |||
"cypress-cucumber-preprocessor": { | |||
"nonGlobalStepDefinitions": true | |||
} | |||
} |
src/index.html
0 → 100644
src/index.js
0 → 100644
src/payment.html
0 → 100644
src/receipt.html
0 → 100644
src/storage.js
0 → 100644
Please register or sign in to comment