Skip to content

Run Tests

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