cms.c2sgmbh/tests/e2e
Martin Porwoll e8532b388d test: add E2E tests for critical flows
Comprehensive E2E test suite covering:
- Authentication flow (login, CSRF, admin access)
- News API (tenant isolation, filtering, pagination)
- Newsletter Double Opt-In (subscribe, confirm, unsubscribe)
- Form submission flow
- Multi-tenant data isolation

Tests validate:
- Tenant parameter is required on public APIs
- Cross-tenant data access is prevented
- Rate limiting headers are present
- API responses have correct structure
- Error handling returns proper formats

Updated Playwright config with:
- CI-specific reporters (github, list)
- Screenshot/video on failure
- Improved timeouts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 22:32:55 +00:00
..
auth.e2e.spec.ts test: add E2E tests for critical flows 2025-12-12 22:32:55 +00:00
forms.e2e.spec.ts test: add E2E tests for critical flows 2025-12-12 22:32:55 +00:00
frontend.e2e.spec.ts test: add E2E and integration tests with documentation 2025-12-01 08:19:52 +00:00
news-api.e2e.spec.ts test: add E2E tests for critical flows 2025-12-12 22:32:55 +00:00
newsletter.e2e.spec.ts test: add E2E tests for critical flows 2025-12-12 22:32:55 +00:00
search.e2e.spec.ts test: add E2E and integration tests with documentation 2025-12-01 08:19:52 +00:00
tenant-isolation.e2e.spec.ts test: add E2E tests for critical flows 2025-12-12 22:32:55 +00:00