-
- Downloads
Opprettet repo
parents
No related branches found
No related tags found
Showing
- README.md 59 additions, 0 deletionsREADME.md
- cypress.json 4 additions, 0 deletionscypress.json
- cypress/fixtures/testdata.json 2 additions, 0 deletionscypress/fixtures/testdata.json
- cypress/integration/handlekurv.feature 12 additions, 0 deletionscypress/integration/handlekurv.feature
- cypress/integration/handlekurv/steps.js 32 additions, 0 deletionscypress/integration/handlekurv/steps.js
- cypress/plugins/index.js 6 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
- package.json 21 additions, 0 deletionspackage.json
- src/index.html 33 additions, 0 deletionssrc/index.html
- src/index.js 8 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 87 additions, 0 deletionssrc/storage.js
- src/styles.css 40 additions, 0 deletionssrc/styles.css
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
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
src/styles.css
0 → 100644
Please sign in to comment