Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 359 Bytes

UsingCypress.md

File metadata and controls

10 lines (7 loc) · 359 Bytes

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.