start_ui_diff_run
Start a background UI diff run by providing expected and actual image paths. Poll the returned runId to monitor progress, suited for large audits.
Instructions
Starts a UI diff run in the background without holding the MCP request open. Returns a runId to poll with get_ui_diff_run_status. Use this for large or slow audits like Calorix full scans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | free | |
| label | No | ||
| projectRoot | No | ||
| resumeRunId | No | ||
| actualImagePath | Yes | ||
| expectedImagePath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| status | Yes | ||
| message | Yes |