visual-testing
Installation
SKILL.md
Visual Testing
Overview
Visual regression testing catches unintended UI changes by comparing screenshots. This skill covers three approaches:
- Chromatic - Cloud-based, unlimited parallelization (recommended)
- Lost Pixel - Self-hosted, open source alternative
- Playwright Built-in - Simple snapshot testing
Quick Start: Chromatic (5 Minutes)
1. Install Chromatic
npm install --save-dev chromatic