refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode

This commit is contained in:
Simon Priet
2021-09-06 20:39:49 +02:00
parent 30ae95b375
commit a0d70f98f2
214 changed files with 18373 additions and 4889 deletions

View File

@@ -10,5 +10,4 @@ The code has been written with VSC in mind, so a launch.json is available to hel
* Node.js 16
* Git
2. In VS code, run `Test Cypress via NPM`. The `Launch.json` file will trigger the `test` script configured in the `package.json`.
3. Alternatively, open a terminal and go to the `./cypress_app/` subfolder.
5. Then, type `npm run test` to launch the script via CLI.