mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
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:
parent
f922d2c4a1
commit
6e1af0d889
14 changed files with 3020 additions and 1112 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -51,6 +51,9 @@ pnpm-debug.log*
|
|||
# Testing
|
||||
coverage/
|
||||
.nyc_output/
|
||||
test-results/
|
||||
playwright-report/
|
||||
.auth-state.json
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue