vikunja/frontend/tests/e2e
kolaente 4cd79088d1 test: add WebSocket e2e tests
Add comprehensive end-to-end tests for the WebSocket system:

- Protocol tests: auth (valid/invalid token, timeout, double auth),
  subscriptions (valid/invalid event, auth required, unsubscribe),
  message delivery (notification on team add, doer exclusion,
  multi-connection)
- Frontend integration tests: notification badge update, dropdown
  rendering, and logout cleanup via browser-level Playwright tests
- Comment notification test: full flow where user B mentions user A
  in a task comment and user A receives real-time WebSocket notification

Includes ws test dependency, shared test helper utilities, and
cascade-truncation of notifications when truncating users to prevent
test pollution.
2026-04-02 16:30:23 +00:00
..
filters fix(filter): correct filter autocomplete for project names with spaces (#2012) 2026-01-10 22:18:34 +01:00
misc feat: merge duplicate notifications (#2056) 2026-01-06 17:36:29 +00:00
project refactor: replace Modal div-based implementation with native dialog element 2026-04-01 22:27:13 +00:00
sharing feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
task feat(task): allow changing bucket from task detail view (#2233) 2026-04-02 12:18:34 +02:00
user test: add tests for OAuth 2.0 authorization flow 2026-03-27 23:05:04 +00:00
websocket test: add WebSocket e2e tests 2026-04-02 16:30:23 +00:00