Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 236 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 236 Bytes

Cypress Demo

To run the application:

npm install
npm start

To run the Cypress tests in commandline:

npx cypress run

To run the Cypress tests in browser (example: Chrome):

npx cypress run --browser chrome