test_responsive
Test a URL at mobile, tablet, and desktop viewports. Captures screenshots and runs optional checks like accessibility, SEO, and performance.
Instructions
Test a URL at multiple viewport sizes (mobile, tablet, desktop). Takes screenshots at each size and optionally runs checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to test | |
| project | No | Project name (optional). With a project: runs in its shared, authenticated context. Without: runs in an isolated context (no shared cookies/login). | |
| viewports | No | Custom viewports [{name, width, height}]. Default: mobile (375x812), tablet (768x1024), desktop (1920x1080) | |
| run_checks | No | Checks to run at each viewport |