Test
Runs the test suite for TenantFlow.
Usage
/test— run all tests/test --unit— unit tests only (faster)/test --e2e— end-to-end tests only
Workflow
- Install/verify dependencies —
npm installif package-lock has changed - Unit + integration tests —
npm run test - E2E tests —
npx playwright test(requires dev server running or staging URL) - Report — summarize pass/fail counts; if failures, show the failing test names and errors
- **If fail
[Description truncada. Veja o README completo no GitHub.]