Our frontend testing is done with cypress.
To run the tests locally:
npm run dev -- --language c++ --noLocal
- this configuration ensures your setup is clean of any local properties.npx cypress open
, then choose “end to end” and then you should be able to run tests interactively.