Generate Playwright Repro
generate_playwright_reproGenerate a minimal Playwright test from a scan finding, URL, or plain-English goal, saving it under .qmax-mcp/repros for immediate verification.
Instructions
Generate a minimal Playwright test from a scan finding, URL, or plain-English goal and write it below the approved workspace directory .qmax-mcp/repros. outputPath must be relative; existing files require overwrite:true after review. No outbound network request is made by generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| goal | No | ||
| finding | No | ||
| testName | No | ||
| overwrite | No | ||
| outputPath | No |