Full QA pass with regression diff
qa_run_allRun the complete QA pipeline, combining API tests, UI flows, and crawls, then compare with the previous run to identify regressions that can block a release.
Instructions
One complete pass: discovery, generated API tests, YAML flows, Playwright specs and the frontend crawl — then an automatic comparison against the previous stored run. Returns the digest plus the diff buckets, of which regressions (passed before, fails now) is the one that should block a release. Mutating endpoints are still governed by policy.readOnly. Use this as the release gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role used for API calls and UI login. Defaults to the first configured role. | |
| skipUi | No | Skip both UI layers (useful when no browser is available). | |
| maxPages | No | Crawl page cap for this run. | |
| services | No | Limit the API part to these services. |