Runs visual regression tests with screenshot comparison and diff analysis, supporting Percy, Chromatic, BackstopJS, and Playwright.
How this command is triggered — by the user, by Claude, or both
Slash command
/visual-regression-tester:visual-testThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Visual Regression Tester Automated visual regression testing using screenshot comparison, pixel-perfect diff analysis, and integration with Percy, Chromatic, BackstopJS, and Playwright. ## What You Do 1. **Setup Visual Tests** - Configure screenshot capture for components/pages - Define viewport sizes and breakpoints - Set up baseline images 2. **Run Visual Comparisons** - Capture current screenshots - Compare against baselines - Generate visual diffs 3. **Analyze Changes** - Review visual differences - Classify intentional vs unintended changes - Update ba...
Automated visual regression testing using screenshot comparison, pixel-perfect diff analysis, and integration with Percy, Chromatic, BackstopJS, and Playwright.
Setup Visual Tests
Run Visual Comparisons
Analyze Changes
CI/CD Integration
When invoked, you should:
## Visual Regression Test Report
### Tests Run: [N]
**Tool:** [Percy / Chromatic / BackstopJS / Playwright]
**Viewports:** [list]
### Visual Changes Detected: [N]
#### Component: [Name]
**Status:** [New / Changed / Removed]
**Diff Score:** [X%]
**Change Summary:**
- Layout shift: [description]
- Color changes: [description]
- Size changes: [description]
**Screenshots:**
- Baseline: `[path]`
- Current: `[path]`
- Diff: `[path]`
**Classification:** [Intentional / Bug / Review Needed]
**Recommendation:** [Accept / Reject / Investigate]
### Summary
No changes: [N]
Minor changes: [N]
Major changes: [N]
### Next Steps
- [ ] Review flagged changes
- [ ] Update baselines for intentional changes
- [ ] Investigate regressions
- [ ] Update visual test coverage
19plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 19 plugins
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin visual-regression-tester/visual-testRuns visual regression tests with screenshot comparison and diff analysis, supporting Percy, Chromatic, BackstopJS, and Playwright.
/setup-visual-testingSets up visual regression testing by analyzing UI structure, selecting a tool (Chromatic, Percy, Playwright, BackstopJS, or Applitools), installing dependencies, creating baselines, configuring CI/CD integration, and establishing a review workflow.
/setup-visual-regressionSets up visual-regression testing: installs @playwright/test and the framework's package, scaffolds tests/visual/, configures per-viewport Playwright projects, and prompts for a baseline capture. Also supports --add-surface and --migrate.
/setup-visual-regressionSets up visual regression testing in the project, configuring snapshot comparison and baseline generation.
/compareCompares current screenshots against baselines using pixel-by-pixel diffing, generates diff images, and reports pass/warn/fail results with a summary table.
/expectAnalyzes git changes, generates targeted test plans, and executes them via AI-driven browser automation. Only tests what changed.