delimit_story_visual_test
Run visual regression tests by capturing screenshots and comparing them to baselines. Supports Playwright and Puppeteer for automated diff detection.
Instructions
Run visual regression test -- screenshot and compare to baseline.
Works without external tools (returns guidance). Enhanced with:
Playwright (recommended): full visual regression with baseline comparison
Puppeteer (fallback): screenshot capture via npx
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to screenshot. | |
| project_path | No | Project path for baseline storage. | |
| threshold | No | Diff threshold (0.0-1.0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||