-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
We currently have limited Cypress E2E tests. We want to introduce Playwright for component-level and integration UI tests across our Angular component library. This spike validates the approach, confirms tooling, and outlines the plan to implement and run these tests locally and in CI.
Deliverables
A short design note (in /docs/testing/playwright-approach.md) covering:
- Runner choice & rationale
- Component mounting approach
- Directory structure
- Example tests
- Visual testing plan (if any)
- CI approach
PoC branch with Playwright initialized and 1–2 green tests on a local run.
Copilot