docs(work): scaffold visual-regression-v1 epic + stories

This commit is contained in:
2026-05-13 08:24:55 +02:00
parent 6921abcd11
commit 4fa108dd48
5 changed files with 137 additions and 3 deletions

View File

@@ -0,0 +1,27 @@
---
id: visual-regression-v1
prd: null
title: Visual regression v1 — Playwright screenshot infrastructure
type: epic
status: in-progress
features: [tooling, ci]
created: 2026-05-13
---
## Goal
Install Playwright and wire a screenshot test harness against Storybook so
the moment the first component+story lands, the visual regression gate
is already active.
## Why
Per the frontend-work-shape guide, visual regression is the CI gate that
locks in component appearance. Setting up the infrastructure now means
zero ramp-up when components arrive.
## Stories
- [ ] [01 — Install Playwright + config](01-playwright-install/_story.md)
- [ ] [02 — Storybook visual test harness](02-storybook-visual-tests/_story.md)
- [ ] [03 — CI integration](03-ci-integration/_story.md)