-
Notifications
You must be signed in to change notification settings - Fork 4
Introduce Playwright Tests #472
Copy link
Copy link
Closed
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.
Note there is an experimental feature of Component testing in Playwright, it would be worth to investigate this, and decide whether it is in a stage where we could use it. https://playwright.dev/docs/test-components
Reactions are currently unavailable