Run the below command in vs code terminal
npx cypress open
it might take some time to open the cypress dashboard
if you check the vs code project structure Cypress folder is created there with below directory structure :
1. fixtures
2. integration
3. plugins
4. support
Now we will run first cypress test script using cypress dashboard
Click on todo.spec.js to run the script
0 comments:
Post a Comment