Skip to content

Commit 51d3189

Browse files
author
Task Orchestrator Agent
committed
docs: add VISUAL_TESTING.md for visual regression baseline management
Document the hybrid visual testing stack (Storybook + Chromatic for components, Playwright screenshot assertions for E2E flows) so teams have a clear process for accepting intentional changes vs. catching regressions. Covers how the two layers work, accepting changes (Chromatic UI and local Playwright baseline updates), common scenarios, troubleshooting, the team PR workflow, configuration files, and determinism conventions. Linked from the README Testing section.
1 parent adb9e51 commit 51d3189

2 files changed

Lines changed: 448 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ cd electron && npx playwright install chromium && npm run test:e2e
262262
```
263263

264264
For detailed testing documentation, see [web/TESTING.md](web/TESTING.md).
265+
For visual regression testing and baseline management, see [VISUAL_TESTING.md](VISUAL_TESTING.md).
265266

266267
______________________________________________________________________
267268

0 commit comments

Comments
 (0)