- Complete videos,exercises,quiz and assignments: https://engineers-hub.teachable.com/p/cypressio
- Book: https://www.routledge.com/Automated-Software-Testing-with-Cypress/Palani/p/book/9780367699543
#Installation Steps: npm i cypress --save-dev
#Execution Steps:
-
Open Two Terminals in order to perform tests
-
Enter the command in first terminal to launch the application npx serve
-
Enter the following command in second terminal to launch cypress: npm run e2e