chromatic-visual-regression-testing
Installation
SKILL.md
chromatic-visual-regression-testing
Overview
Chromatic is a visual testing platform built by the team behind Storybook (chromatic-overview). It works in three modes:
- Storybook (default): every story becomes a snapshot.
- Playwright: snapshots are captured during Playwright test runs via
the
--playwrightflag. - Cypress: snapshots are captured during Cypress runs via
--cypress.
The CLI shape: chromatic is one binary; everything (auth, framework
choice, TurboSnap) is a flag or env var.