Run design QA
run_design_qaMeasure a Figma frame against a live page to check colors, fonts, and border radii, then generate a shareable HTML report.
Instructions
End-to-end design QA: measures a Figma frame and a live page, then writes an HTML report. Give it a Figma frame link and the URL of the built page. Runs capture_design, capture_build, check_tokens and build_report in sequence. On failure it returns the runId so the remaining steps can be run individually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildUrl | Yes | URL of the built page to measure. | |
| figmaUrl | Yes | Figma frame link, e.g. https://figma.com/design/<key>/...?node-id=1-23 | |
| viewportWidth | No | Defaults to the Figma frame width. |