chromatic
Installation
SKILL.md
Chromatic Visual Testing
Cloud-based visual testing platform that captures screenshots of every Storybook story and detects visual changes.
Quick Start
# Install Chromatic
npx storybook add chromatic
# Or install manually
npm install --save-dev chromatic
# Run visual tests (first time creates baselines)
npx chromatic --project-token=<token>