managarten/apps/todo/apps/web/e2e
Till JS 271836da4c test(contacts,todo): add Playwright E2E test suites
Contacts (10 tests):
- playwright.config.ts, auth fixture with storage state caching
- auth.spec.ts: login page, invalid credentials, successful login, redirect
- contacts.spec.ts: create, favorite, delete, search contact
- tags.spec.ts: create tag, search tag

Todo (10 tests):
- playwright.config.ts, auth fixture with storage state caching
- auth.spec.ts: login page, invalid credentials, successful login, redirect
- tasks.spec.ts: create, complete/uncomplete, delete task
- projects.spec.ts: create task, navigate tags, create/delete tag

Both follow Calendar's E2E pattern: custom auth fixtures, backend health
checks, German UI text, unique test data with Date.now()

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 12:24:50 +01:00
..
fixtures test(contacts,todo): add Playwright E2E test suites 2026-03-19 12:24:50 +01:00
auth.spec.ts test(contacts,todo): add Playwright E2E test suites 2026-03-19 12:24:50 +01:00
projects.spec.ts test(contacts,todo): add Playwright E2E test suites 2026-03-19 12:24:50 +01:00
tasks.spec.ts test(contacts,todo): add Playwright E2E test suites 2026-03-19 12:24:50 +01:00