visual-regression
Installation
SKILL.md
Visual Regression Testing
Catch unintended UI changes by comparing screenshots across builds.
Playwright Visual Comparisons
Generate baseline screenshots
# Run visual tests and create baseline
npx playwright test --update-snapshots
# Run specific visual test file
npx playwright test visual.spec.ts --update-snapshots