WorkClub Automation
|
5fb148a9eb
|
chore(evidence): add QA evidence and notepads from debugging sessions
Add comprehensive QA evidence including manual testing reports, RLS isolation
tests, API CRUD verification, JWT decoded claims, and auth evidence files.
Include updated notepads with decisions, issues, and learnings from full-stack
debugging sessions.
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
|
2026-03-05 19:22:55 +01:00 |
|
WorkClub Automation
|
54b893e34e
|
test(frontend): add Playwright E2E test setup
Implement Task 17: Frontend Test Infrastructure - Playwright
Configuration:
- playwright.config.ts: baseURL localhost:3000, Chromium only
- Screenshot on failure, trace on first retry
- Auto-start webServer (bun dev) if not running
- Test directory: ./e2e/
Smoke Test:
- e2e/smoke.spec.ts: Navigate to / and assert page title
- Verifies Next.js app loads successfully
Package Updates:
- Added @playwright/test@^1.58.2
- Added test:e2e script to run Playwright tests
- Chromium browser (v1208) installed
Note: Vitest setup was completed in Task 10
Build: TypeScript checks pass, 1 test discovered
Pattern: Standard Playwright configuration for Next.js
|
2026-03-03 19:45:06 +01:00 |
|