594 B
594 B
Lifen Autotest Hangout with Simon Priet
Description
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.
- Clone the repo to your local computer. You will need the following requierement:
- Node.js 16
- Git
- In VS code, run
Test Cypress via NPM
. TheLaunch.json
file will trigger thetest
script configured in thepackage.json
. - Alternatively, open a terminal and go to the
./cypress_app/
subfolder. - Then, type
npm run test
to launch the script via CLI.