refactor(Cypress): ✅ Added a few expectations when the user is connected (land on the inbox webpage)
refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode
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
. - Then, type
npm run test
to launch the script via CLI.
Description
Languages
JavaScript
93.2%
Gherkin
6.8%