This repository contains automated E2E Tests created in Cypress tool.
If experiencing any issues with setup please visit: https://docs.cypress.io/guides/getting-started/installing-cypress.html#Installing.
Install Cypress via npm:
npm install cypress --save-dev
- Running tests via Cypress UI:
npx cypress open
- Running tests via CLI and npx:
npx cypress run