chore(css-modules): 🤖 GitHub action for visual regression (development environment based [initial version])#932
Conversation
|
|
Claude finished @punkbit's task in 49s —— View job PR Review: Visual Regression GitHub Action
Thanks for the contribution! 🙌 This is a clean, focused workflow. A few things worth addressing before merge: 🚨 Must Fix
💡 Suggestions
|
|
Claude finished @punkbit's task in 1m 5s —— View job
PR Review: Visual Regression GitHub ActionThanks for the update! The workflow is clean and follows the existing repo conventions. A few things worth flagging: 🚨 Must Fix
💡 Suggestions
|
The versions do exist. Ignore for now! |
44706c9 to
701b619
Compare
|
Claude finished @punkbit's task in 42s —— View job
PR Review: Visual Regression GitHub ActionThanks for this addition! The workflow is clean and follows existing repo patterns. A few things worth flagging: 🚨 Must Fix
💡 Suggestions
|
f98c9bc to
04234a0
Compare
701b619 to
70bcc08
Compare
|
Claude finished @punkbit's task in 1m 11s —— View job
PR Review: Visual Regression GitHub ActionNice work — the workflow is clean and snapshot baselines are already committed to the repo. ✅ A couple of things worth addressing: 🚨 Must Fix
💡 Suggestions
|
04234a0 to
0b6aeb6
Compare
70bcc08 to
d92cd1e
Compare
|
Claude finished @punkbit's task in 1m 43s —— View job
PR Review: Visual Regression GitHub ActionGood foundation for self-managed visual regression — the workflow structure is clean and follows repo conventions. Two items still need attention before merge: 🚨 Must Fix
💡 Suggestions
|
d92cd1e to
2802b10
Compare
|
Claude finished @punkbit's task in 1m 14s —— View job
PR Review: Visual Regression GitHub ActionGood foundation — test coverage is solid (light/dark themes, all button states, a11y assertions, baselines committed ✅). Two recurring issues remain before merge: 🚨 Must Fix
💡 Suggestions
|
📚 Storybook Preview Deployed✅ Preview URL: https://click-n725wir2v-clickhouse.vercel.app Built from commit: |
Why?
Introduces a GitHub Action for visual regression testing within the CI/CD pipeline. Unlike our existing Chromatic implementation, which relies on Storybook stories and cloud-managed snapshots, this action executes tests using screenshots managed directly within the development environment (curated by author). This ensures snapshots remain tightly coupled with the implementation code.
How?
visual-regression-testsPreview?
N/A