feat(ci): add Chromatic visual regression testing to auto-publish wor…#10
Merged
feat(ci): add Chromatic visual regression testing to auto-publish wor…#10
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🔍 PR Validation ReportStatus: ✅ PASSED ✅ Validation Results
🎯 Next StepsThis PR is ready for review - all validation checks passed! 📦 Expected Release ImpactBased on branch name This validation runs automatically on every PR. Questions? Check our Contributing Guidelines |
Contributor
✨ Auto-publish Successful!
📦 Installationnpm install @kubit-ui-web/react-charts@1.4.0
# or
yarn add @kubit-ui-web/react-charts@1.4.0✅ Completed Steps
🎉 Ready to use in production! |
miguelgarglez
pushed a commit
that referenced
this pull request
Dec 10, 2025
feat(ci): add Chromatic visual regression testing to auto-publish wor…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Pull Request
📝 Description
Summary: Add automated Chromatic visual regression testing integration to the CI/CD pipeline. This enhancement ensures that visual changes in Storybook components are automatically published to Chromatic during the release process.
Context: To improve our visual testing workflow and ensure consistent UI components, we need to integrate Chromatic visual regression testing into our automated release pipeline. This will help catch visual regressions early and maintain design system consistency.
Related Issues:
🔄 Type of Change
🧪 Testing
Test Coverage
Test Instructions
Setup:
Test scenarios:
Verification:
Test Results
:camera_with_flash: Screenshots/Demo
$CHROMATIC_PROJECT_TOKEN📚 Documentation
Documentation Changes:
CHROMATIC_PROJECT_TOKENsecret🔍 Code Quality Checklist
Code Standards
console.logstatements in production codePerformance & Accessibility
Review & Testing
🚀 Deployment Considerations
Required Setup:
CHROMATIC_PROJECT_TOKENto GitHub Secrets📦 Dependencies
Added
Updated
Removed
Note: Chromatic is already included in devDependencies
🔗 Additional Information
Related PRs
Breaking Changes
None - This is a non-breaking enhancement to the CI/CD pipeline
Notes for Reviewers
Focus Areas:
Configuration Required After Merge:
Repository maintainers must add the
CHROMATIC_PROJECT_TOKENsecret in GitHub Settings:CHROMATIC_PROJECT_TOKEN📋 Reviewer Checklist