What problem does it solve?
Visual setup removes the friction of adding deterministic screenshot testing to a project. It gives teams a repeatable way to capture, compare, and approve visual changes without manually wiring up baselines, reports, or review workflows.
Core Features & Use Cases
- Tiered visual testing: Enables Playwright route screenshots first, with optional Storybook component isolation and a local approve or reject review app for later expansion.
- Safe, in-project scaffolding: Detects prerequisites, records the visual-testing flag in project context, and scaffolds all files under a single visual-review folder without installing dependencies.
- Deterministic review workflow: Uses OS-matched baselines, controlled serve commands, and human-only snapshot approval so visual diffs stay reproducible across CI and local runs.
Quick Start
Ask the assistant to run visual-setup in your repository and scaffold Tier 1 visual regression testing with the correct base URL, serve command, and CI operating system.