This project is all about learning UI testing using cypress.
- Create a empty directory of the project name
- Open it in the IDE and open the terminal
- Run
npm init
. It will createpackage.json
. - Run
npm install cypress
- Rum
npx install open
. It will create some example code and folder structure for you. You can delete the examples and start your own project to work on.Happy coding !
- Run the feature file
npm run cypress:run
- Create html report under testOutput folder
npm run cyreport
npm i --D multiple-cucumber-html-reporter
- Test report will created under testOutput/