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

Run comparisons

Installs
2
First Seen
Mar 1, 2026
visual-regression — thinkfleetai/thinkfleet-engine