blob: 6ff0c9bf35b2eab852a49b0041cff2ddc401845e [file] [log] [blame] [view] [raw]
### 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.