Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 558 Bytes

File metadata and controls

26 lines (18 loc) · 558 Bytes

Visual Regression Tests

These Playwright tests cover the highest-risk docs examples for popup positioning, component token styling, and dialog overlays.

Run the comparison:

pnpm test:visual

Update baselines intentionally:

pnpm test:visual:update

The suite targets the docs app and uses the local Chrome channel to avoid storing browser binaries in the repository workflow.

Accessibility coverage for the same high-risk component families lives in apps/docs/tests/accessibility and runs with:

pnpm test:accessibility