generate_and_verify
Generate an AI-crafted acceptance checklist for any URL, run it in real Chromium, and get a PASS/FAIL verdict with per-step results and a report.
Instructions
AI-drafts an acceptance checklist for a URL (LLM writes it, a real browser executes it), then immediately runs it in real Chromium. Pass requirements as a plain-language description of what a human QA should verify (e.g. "dark-mode toggle changes the background color"). Requires DEEPSEEK_API_KEY or OPENAI_API_KEY in the server environment. Returns the drafted spec path plus the PASS/FAIL verdict, per-step results and report path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | No | Output dir for spec + report (default: ./dsh-verify-out) | |
| url | Yes | Target URL to verify | |
| model | No | LLM model (default: deepseek-v4-flash) | |
| headed | No | Run with a visible browser (debug only) | |
| requirements | No | Plain-language QA requirements (optional) |