Cypress Lab Sheet
Cypress Lab Sheet
Prerequisites
Install Node.js
Install VSCode
Step 1:
Step 2:
Step 3:
Install cypress
SE3010 – Software Engineering Process & Quality Management
Step 4:
Project Setup
Step 5
Click continue
SE3010 – Software Engineering Process & Quality Management
Step 6
Step 7
Step 8
Step 9
save your file and open cypress again using 'npx cypress open' command
Step 10
Step 11
Now the test script is visible. Double click on it to run the test
The left-hand side shows the testing output. The right-hand side shows the snapshots of the web
page during the execution of each test.