generate_and_verify
Draft an acceptance checklist from plain-language QA requirements, then run it in real Chromium to get a PASS/FAIL verdict and per-step results.
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) |