Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 484 Bytes

File metadata and controls

18 lines (11 loc) · 484 Bytes

e2e-tests

This repository contains automated E2E Tests created in Cypress tool.

Setup Cypress tool on local machine

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 Cypress tests locally

  1. Running tests via Cypress UI:

npx cypress open

  1. Running tests via CLI and npx:

npx cypress run