--url | string | (required) | Target URL to test. |
--prompt | string | — | What to test (e.g. "test the checkout flow"). |
--agents | int | 1 | Number of parallel agents (1–8). Each agent gets its own browser. |
--model | string | paragon-max | Model to use for the agents. |
--timeout | int | 15 | Per-agent timeout in minutes. |
--auth | string | — | Path to a cookies JSON file (browser-use export format) for pre-authenticated sessions. |
--login | string | — | Login instructions for the agent in plain English (e.g. "click Login, type user@test.com into email, type pass123 into password, click Submit"). |
--session | string | — | Team auth session name or ID stored in Supabase. |
--repo | string | — | GitHub repo for issue/PR creation (owner/repo). |
--pr | bool | false | Create a PR with findings instead of an issue. Defaults to true when --repo is set. |
--skip-github | bool | false | Skip GitHub issue/PR creation even if --repo is set. |
--json | bool | false | Output results as structured JSON. |
-q, --quiet | bool | false | Minimal output. |