-
Notifications
You must be signed in to change notification settings - Fork 0
Testing and Quality
willianpm edited this page Mar 14, 2026
·
1 revision
npm test
npm run test:watch
npm run test:coverage
npm run test:ci
npm run test:dashboard
npm run test:automation
npm run test:fullUnit and integration structure:
- tests/unit: command and utility unit tests
- tests/integration: integration tests
- dashboard/tests: dashboard API integration tests
- dashboard/services and dashboard/controllers: focused unit tests
- test-bot: full automated bot flow tests against staging
Primary CI workflow executes tests from .github/workflows/test.yml.
Local quality gates:
npm run lint
npm run format:check- npm test
- npm run test:dashboard
- npm run lint
- npm run format:check