Files
metabuilder/packages
johndoe6345789 8cfd63f104 feat: add e2e_critical_flows package with 20 critical test flows
Created separate E2E tests package (not testing framework package):
- packages/e2e_critical_flows/playwright/tests.json (20 critical flows)
- Declarative JSON following playwright.schema.json
- Auto-discovered and executed by e2e/tests.ts

Test coverage:
- Flow 1: Public discovery & login (3 tests)
- Flow 2: Authentication & session (4 tests)
- Flow 3: User dashboard (3 tests)
- Flow 4: Admin features (3 tests)
- Flow 5: Package management (3 tests)
- Flow 6: Navigation (3 tests)
- Flow 7: Error handling & performance (2 tests)

Keeps testing package intact for its DIY test framework from Lua days.
E2E tests now in dedicated package as they should be.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-21 03:51:52 +00:00
..