Prep for the upcoming E2E Playwright CI workflow (Batch C). When the config flips reuseExistingServer to false in CI, each runner spawns a dedicated backend + Vite dev server with the test-mode env vars (APP_ENV=test, DISABLE_RATE_LIMIT_FOR_TESTS=true, etc.) instead of piggy-backing on whatever happened to be listening on 18080/5173. Local dev keeps reuseExistingServer=true so engineers retain the fast turnaround when the dev stack is already up via `make dev`. CI flag follows the standard convention (process.env.CI is set by GitHub / Forgejo Actions automatically). No behaviour change for the default `npm run e2e` invocation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| audio | ||
| e2e | ||
| test-auth-complete.sh | ||
| test-auth-simple.sh | ||
| test-profiles-complete.sh | ||