vikunja/frontend/tests/e2e/user
kolaente 649043aceb test: add tests for OAuth 2.0 authorization flow
Add web tests covering the authorize endpoint, token exchange, PKCE
verification, single-use codes, and refresh token rotation. Add unit
tests for redirect URI validation and PKCE. Add E2E test for the full
browser-based authorization code flow with login redirect.

Extract setupApiUrl helper for E2E tests to avoid duplication.
2026-03-27 23:05:04 +00:00
..
api-tokens.spec.ts feat(api-tokens): support title and scopes query parameters (#2143) 2026-01-24 18:08:23 +00:00
email-confirmation.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
login.spec.ts test: add E2E test for login form flash regression 2026-02-06 10:58:50 +01:00
logout.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
oauth-authorize.spec.ts test: add tests for OAuth 2.0 authorization flow 2026-03-27 23:05:04 +00:00
openid-login.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
password-reset.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
registration.spec.ts feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
session-refresh.spec.ts test: add tests for OAuth 2.0 authorization flow 2026-03-27 23:05:04 +00:00
settings.spec.ts test(e2e): add Playwright test for avatar cache invalidation 2026-02-13 09:31:28 +01:00