aboutsummaryrefslogtreecommitdiff
path: root/docs/UsingCypress.md
blob: 6ff0c9bf35b2eab852a49b0041cff2ddc401845e (plain)
1
2
3
4
5
6
7
8
9
10
### Using Cypress

Our frontend testing is done with cypress.

To run the tests locally:

- start a server with `npm run dev -- --language c++ --noLocal` - this configuration ensures your setup is clean of any
  local properties.
- in another terminal run `npx cypress open`, then choose "end to end" and then you should be able to run tests
  interactively.