Run Tests¶
- Backend unit/integration:
npm test
in backend. - Frontend unit:
npm test
in frontend. - Cypress E2E:
npx cypress open
ornpx cypress run
pointing to your local or deployed env. - Coverage: ensure thresholds match Quality Gates.
npm test
in backend.npm test
in frontend.npx cypress open
or npx cypress run
pointing to your local or deployed env.