delimit_story_visual_test
Capture webpage screenshots and compare them to baseline images to detect visual changes and regressions in web applications.
Instructions
Run visual regression test -- screenshot with Playwright and compare to baseline.
Falls back to guidance if Playwright is not installed.
Args: url: URL to screenshot. project_path: Project path for baseline storage. threshold: Diff threshold (0.0-1.0).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| project_path | No | ||
| threshold | No |