managarten/apps/calendar/apps/web/e2e
Till JS 2eb280cc07 test(calendar): add composable unit tests and WeekView E2E interaction tests
Unit tests (vitest):
- useEventDragDrop.test.ts: 7 tests (idle state, drag start, resize start,
  cancel, hasMoved reset, getResizePreviewTime, preview positions)
- useTaskDragDrop.test.ts: 5 tests (idle state, drag start, resize start,
  cancel, preview position calculation)
- useDragToCreate.test.ts: 4 tests (idle state, guard when other op active,
  cancel, preview time format)

E2E tests (playwright):
- week-view-interactions.spec.ts: 7 tests covering drag-to-create (click,
  drag with time range, escape cancel), event card positioning, current time
  indicator, day headers, and today highlighting

All 116 unit tests passing across 12 test files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 19:51:23 +01:00
..
fixtures feat(calendar): add Playwright E2E tests for web app 2026-03-17 13:08:09 +01:00
auth.spec.ts feat(calendar): add Playwright E2E tests for web app 2026-03-17 13:08:09 +01:00
calendar-views.spec.ts feat(calendar): add Playwright E2E tests for web app 2026-03-17 13:08:09 +01:00
calendars.spec.ts feat(calendar): add Playwright E2E tests for web app 2026-03-17 13:08:09 +01:00
events.spec.ts feat(calendar): add Playwright E2E tests for web app 2026-03-17 13:08:09 +01:00
settings.spec.ts feat(calendar): add Playwright E2E tests for web app 2026-03-17 13:08:09 +01:00
week-view-interactions.spec.ts test(calendar): add composable unit tests and WeekView E2E interaction tests 2026-03-20 19:51:23 +01:00