Skip to content

Latest commit

 

History

History

cypress

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Cypress E2E Tests

A quick guide to getting started with Cypress

Prerequisites

  • Node >= 12
  • npm >= 6

Execution

Set a testing url.

```bash
export TEST_URL=<YOUR_TESTING_URL>
```
  • execute npm run test:e2e:cypress and watch Cypress spin up

  • To run headlessly, execute npm run test:e2e:cypress:headless