docs(work): close visual-regression-v1 epic
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-13T06:24:57.743Z",
|
"updated_at": "2026-05-13T06:32:59.719Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"agent-workflow-docs-v1": {
|
"agent-workflow-docs-v1": {
|
||||||
"status": "done",
|
"status": "done",
|
||||||
@@ -307,24 +307,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"visual-regression-v1": {
|
"visual-regression-v1": {
|
||||||
"status": "in-progress",
|
"status": "done",
|
||||||
"title": "Visual regression v1 — Playwright screenshot infrastructure",
|
"title": "Visual regression v1 — Playwright screenshot infrastructure",
|
||||||
"stories": {
|
"stories": {
|
||||||
"01-playwright-install": {
|
"01-playwright-install": {
|
||||||
"status": "in-progress",
|
"status": "done",
|
||||||
"title": "Install @playwright/test + playwright.config.ts",
|
"title": "Install @playwright/test + playwright.config.ts",
|
||||||
"ac_total": 3,
|
"ac_total": 3,
|
||||||
"ac_completed": 0,
|
"ac_completed": 3,
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"blocks": [
|
"blocks": [
|
||||||
"02-storybook-visual-tests"
|
"02-storybook-visual-tests"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"02-storybook-visual-tests": {
|
"02-storybook-visual-tests": {
|
||||||
"status": "todo",
|
"status": "done",
|
||||||
"title": "Visual test harness in apps/storybook",
|
"title": "Visual test harness in apps/storybook",
|
||||||
"ac_total": 2,
|
"ac_total": 2,
|
||||||
"ac_completed": 0,
|
"ac_completed": 2,
|
||||||
"depends_on": [
|
"depends_on": [
|
||||||
"01-playwright-install"
|
"01-playwright-install"
|
||||||
],
|
],
|
||||||
@@ -333,10 +333,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"03-ci-integration": {
|
"03-ci-integration": {
|
||||||
"status": "todo",
|
"status": "done",
|
||||||
"title": "CI workflow runs pnpm test:visual",
|
"title": "CI workflow runs pnpm test:visual",
|
||||||
"ac_total": 2,
|
"ac_total": 2,
|
||||||
"ac_completed": 0,
|
"ac_completed": 2,
|
||||||
"depends_on": [
|
"depends_on": [
|
||||||
"02-storybook-visual-tests"
|
"02-storybook-visual-tests"
|
||||||
],
|
],
|
||||||
@@ -359,29 +359,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ready": [
|
"ready": [],
|
||||||
{
|
"blocked": []
|
||||||
"epic": "visual-regression-v1",
|
|
||||||
"story": "01-playwright-install",
|
|
||||||
"title": "Install @playwright/test + playwright.config.ts"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"blocked": [
|
|
||||||
{
|
|
||||||
"epic": "visual-regression-v1",
|
|
||||||
"story": "02-storybook-visual-tests",
|
|
||||||
"title": "Visual test harness in apps/storybook",
|
|
||||||
"waiting_on": [
|
|
||||||
"visual-regression-v1/01-playwright-install"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"epic": "visual-regression-v1",
|
|
||||||
"story": "03-ci-integration",
|
|
||||||
"title": "CI workflow runs pnpm test:visual",
|
|
||||||
"waiting_on": [
|
|
||||||
"visual-regression-v1/02-storybook-visual-tests"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: 01-playwright-install
|
|||||||
epic: visual-regression-v1
|
epic: visual-regression-v1
|
||||||
title: Install @playwright/test + playwright.config.ts
|
title: Install @playwright/test + playwright.config.ts
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: in-progress
|
status: done
|
||||||
feature: tooling
|
feature: tooling
|
||||||
depends-on: []
|
depends-on: []
|
||||||
blocks: [02-storybook-visual-tests]
|
blocks: [02-storybook-visual-tests]
|
||||||
@@ -11,6 +11,6 @@ blocks: [02-storybook-visual-tests]
|
|||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
- [ ] Story scaffold
|
- [x] Story scaffold
|
||||||
- [ ] Add @playwright/test to root devDependencies
|
- [x] Add @playwright/test to root devDependencies
|
||||||
- [ ] Create playwright.config.ts (single browser, fixed viewport, screenshot diff threshold)
|
- [x] Create playwright.config.ts (single browser, fixed viewport, screenshot diff threshold)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: 02-storybook-visual-tests
|
|||||||
epic: visual-regression-v1
|
epic: visual-regression-v1
|
||||||
title: Visual test harness in apps/storybook
|
title: Visual test harness in apps/storybook
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: todo
|
status: done
|
||||||
feature: tooling
|
feature: tooling
|
||||||
depends-on: [01-playwright-install]
|
depends-on: [01-playwright-install]
|
||||||
blocks: [03-ci-integration]
|
blocks: [03-ci-integration]
|
||||||
@@ -11,5 +11,5 @@ blocks: [03-ci-integration]
|
|||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
- [ ] apps/storybook/tests/visual.spec.ts — iterates Storybook's stories.json
|
- [x] apps/storybook/tests/visual.spec.ts — iterates Storybook's stories.json
|
||||||
- [ ] pnpm test:visual script at root
|
- [x] pnpm test:visual script at root
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: 03-ci-integration
|
|||||||
epic: visual-regression-v1
|
epic: visual-regression-v1
|
||||||
title: CI workflow runs pnpm test:visual
|
title: CI workflow runs pnpm test:visual
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: todo
|
status: done
|
||||||
feature: ci
|
feature: ci
|
||||||
depends-on: [02-storybook-visual-tests]
|
depends-on: [02-storybook-visual-tests]
|
||||||
blocks: []
|
blocks: []
|
||||||
@@ -11,5 +11,5 @@ blocks: []
|
|||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
- [ ] Add visual regression step to .github/workflows/ci.yml
|
- [x] Add visual regression step to .github/workflows/ci.yml
|
||||||
- [ ] Final verification + closeout
|
- [x] Final verification + closeout
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: visual-regression-v1
|
|||||||
prd: null
|
prd: null
|
||||||
title: Visual regression v1 — Playwright screenshot infrastructure
|
title: Visual regression v1 — Playwright screenshot infrastructure
|
||||||
type: epic
|
type: epic
|
||||||
status: in-progress
|
status: done
|
||||||
features: [tooling, ci]
|
features: [tooling, ci]
|
||||||
created: 2026-05-13
|
created: 2026-05-13
|
||||||
---
|
---
|
||||||
@@ -22,6 +22,6 @@ zero ramp-up when components arrive.
|
|||||||
|
|
||||||
## Stories
|
## Stories
|
||||||
|
|
||||||
- [ ] [01 — Install Playwright + config](01-playwright-install/_story.md)
|
- [x] [01 — Install Playwright + config](01-playwright-install/_story.md)
|
||||||
- [ ] [02 — Storybook visual test harness](02-storybook-visual-tests/_story.md)
|
- [x] [02 — Storybook visual test harness](02-storybook-visual-tests/_story.md)
|
||||||
- [ ] [03 — CI integration](03-ci-integration/_story.md)
|
- [x] [03 — CI integration](03-ci-integration/_story.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user