You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`qa run`| Bundled QA self-check; writes a Markdown report. |
34
+
|`qa run`| Bundled QA self-check without `--profile`; mapped maturity profile runner with `--profile smoke-ci` or `--profile release`.|
35
35
|`qa suite`| Run repo-backed scenarios against the QA gateway lane. Aliases: `pnpm openclaw qa suite --runner multipass` for a disposable Linux VM. |
36
36
|`qa coverage`| Print the markdown scenario-coverage inventory (`--json` for machine output). |
37
37
|`qa parity-report`| Compare two `qa-suite-summary.json` files and write the agentic parity report, or use `--runtime-axis --token-efficiency` to write Codex-vs-OpenClaw runtime parity and token-efficiency reports from one runtime-pair summary. |
@@ -51,6 +51,26 @@ script aliases; both forms are supported.
51
51
|`qa whatsapp`| Live transport lane against real WhatsApp Web accounts. |
52
52
|`qa mantis`| Before and after verification runner for live transport bugs, with Discord status-reactions evidence, Crabbox desktop/browser smoke, and Slack-in-VNC smoke. See [Mantis](/concepts/mantis) and [Mantis Slack Desktop Runbook](/concepts/mantis-slack-desktop-runbook). |
53
53
54
+
Mapped `qa run` profiles read membership from `taxonomy-mappings.yaml`, then
55
+
dispatch the resolved scenarios through `qa suite`. `--surface` and
56
+
`--category` filter the selected profile instead of defining separate lanes:
0 commit comments