feat(calendar): add Playwright E2E tests for web app

Add 22 E2E tests across 5 test suites covering auth, calendar views,
settings, event CRUD, and calendar management. Tests that require the
calendar backend gracefully skip when it's not running.

Also fixes: hooks.server.ts env fallbacks, ThrottlerGuard DI error,
and auth metrics service TypeScript error.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-17 13:08:09 +01:00
parent f922d2c4a1
commit 6e1af0d889
14 changed files with 3020 additions and 1112 deletions

3
.gitignore vendored
View file

@ -51,6 +51,9 @@ pnpm-debug.log*
# Testing
coverage/
.nyc_output/
test-results/
playwright-report/
.auth-state.json
# TypeScript
*.tsbuildinfo