Cypress E2E automation demo project for website https://www.demoblaze.com/
- Install latest node.js.
- Clone repository.
- Run command
npm install
in the project root.
npm run test
- starts Cypress test runner in headed mode, where you can interract with GUI.npm run cy:run
- runs all tests in headless mode, test output will be in the terminal