Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 168 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 168 Bytes

Cypress v10 automation

Install cypress first then put this code under the e2e directory

To start Cypress

npx cypress open

or

npm run cypress:open