chore: 🤖 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
|
📚 Storybook Preview Deployed✅ Preview URL: https://click-pzwupr34f-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