Cypress example
Cypress example task.
git clone https://github.com/aurelijusla/cypress-example.git
.npm install
to automatically install any other project dependencies. Now you should be ready to run the tests!npm run cypress:open
and wait until Cypress spec GUI is loaded. Then click Run all specs in top right corner.npm run cypress:run
command.