docs(work): close visual-regression-v1 epic

This commit is contained in:
2026-05-13 08:32:58 +02:00
parent 9089d13c5f
commit 10603bd250
5 changed files with 24 additions and 47 deletions

View File

@@ -3,7 +3,7 @@ id: 01-playwright-install
epic: visual-regression-v1
title: Install @playwright/test + playwright.config.ts
type: technical-story
status: in-progress
status: done
feature: tooling
depends-on: []
blocks: [02-storybook-visual-tests]
@@ -11,6 +11,6 @@ blocks: [02-storybook-visual-tests]
## Tasks
- [ ] Story scaffold
- [ ] Add @playwright/test to root devDependencies
- [ ] Create playwright.config.ts (single browser, fixed viewport, screenshot diff threshold)
- [x] Story scaffold
- [x] Add @playwright/test to root devDependencies
- [x] Create playwright.config.ts (single browser, fixed viewport, screenshot diff threshold)

View File

@@ -3,7 +3,7 @@ id: 02-storybook-visual-tests
epic: visual-regression-v1
title: Visual test harness in apps/storybook
type: technical-story
status: todo
status: done
feature: tooling
depends-on: [01-playwright-install]
blocks: [03-ci-integration]
@@ -11,5 +11,5 @@ blocks: [03-ci-integration]
## Tasks
- [ ] apps/storybook/tests/visual.spec.ts — iterates Storybook's stories.json
- [ ] pnpm test:visual script at root
- [x] apps/storybook/tests/visual.spec.ts — iterates Storybook's stories.json
- [x] pnpm test:visual script at root

View File

@@ -3,7 +3,7 @@ id: 03-ci-integration
epic: visual-regression-v1
title: CI workflow runs pnpm test:visual
type: technical-story
status: todo
status: done
feature: ci
depends-on: [02-storybook-visual-tests]
blocks: []
@@ -11,5 +11,5 @@ blocks: []
## Tasks
- [ ] Add visual regression step to .github/workflows/ci.yml
- [ ] Final verification + closeout
- [x] Add visual regression step to .github/workflows/ci.yml
- [x] Final verification + closeout

View File

@@ -3,7 +3,7 @@ id: visual-regression-v1
prd: null
title: Visual regression v1 — Playwright screenshot infrastructure
type: epic
status: in-progress
status: done
features: [tooling, ci]
created: 2026-05-13
---
@@ -22,6 +22,6 @@ 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)
- [x] [01 — Install Playwright + config](01-playwright-install/_story.md)
- [x] [02 — Storybook visual test harness](02-storybook-visual-tests/_story.md)
- [x] [03 — CI integration](03-ci-integration/_story.md)