FABRIC/e2e
jedarden ff81b91097 test(e2e): add comprehensive E2E tests for critical user flows
Add E2E test suite for FABRIC web dashboard covering all critical user flows:
- Worker selection and detail view navigation
- WebSocket connection and real-time event streaming
- Command palette search and execution
- Focus mode pin/unpin operations

Also adds test:e2e npm scripts for running Playwright tests.

Test files added:
- e2e/critical-flows.spec.ts - Integrated critical flow tests
- e2e/websocket-event-streaming.spec.ts - WebSocket event delivery
- e2e/command-palette-workflows.spec.ts - Command palette workflows
- e2e/focus-mode-multipin.spec.ts - Focus mode with multiple pins
- e2e/websocket-reconnection.spec.ts - Reconnection scenarios
- e2e/edge-cases.spec.ts - Edge cases and error handling
- e2e/web-dashboard.spec.ts - Basic dashboard tests

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 14:28:30 -04:00
..
command-palette-workflows.spec.ts test(e2e): add comprehensive E2E tests for critical user flows 2026-04-28 14:28:30 -04:00
critical-flows.spec.ts test(e2e): add comprehensive E2E tests for critical user flows 2026-04-28 14:28:30 -04:00
edge-cases.spec.ts test(e2e): add comprehensive E2E tests for critical user flows 2026-04-28 14:28:30 -04:00
focus-mode-multipin.spec.ts test(e2e): add comprehensive E2E tests for critical user flows 2026-04-28 14:28:30 -04:00
web-dashboard.spec.ts test: add Playwright E2E tests for web dashboard 2026-03-05 05:14:24 +00:00
websocket-event-streaming.spec.ts test(e2e): add comprehensive E2E tests for critical user flows 2026-04-28 14:28:30 -04:00
websocket-reconnection.spec.ts test(e2e): add comprehensive E2E tests for critical user flows 2026-04-28 14:28:30 -04:00