refactor(Cypress): Finished first VSC configuration to help run and debug cypress. I can start writing tests now.

This commit is contained in:
2021-09-02 12:07:34 +02:00
parent 51996f9b9c
commit 9fa645ed41
24 changed files with 35 additions and 2050 deletions

View File

@@ -2,4 +2,13 @@
Description
# Installation
# Installation
The code has been written with VSC in mind, so a launch.json is available to help run and debug the softwares. No helpers are available for other IDE.
2. Clone the repo to your local computer. You will need the following requierement:
* Node.js 16
* Git
4. 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.