You drive Global Assert with the xqa CLI. Agents explore the app, consolidate
findings, triage PRs, and plan coverage — then write results you can review and share.
Top to bottom: what you run, what runs the tests, what drives the device, what you get back.
findings.json.Optional capabilities (video recording, visual pass, post-run video review) are configured in
.xqa/config.yaml — see the user guide for setup.
Published binary: @assertmind/qa → xqa.
| Command | Layer | What it does |
|---|---|---|
xqa init |
setup | Create .xqa/ project files |
xqa explore / spec |
run | Freestyle or spec-guided exploration on a device |
xqa run |
run | Suite or glob of specs across booted simulators |
xqa plan |
plan | Generate, edit, or extend scenarios from a git diff |
xqa triage |
triage | Pick suites for a PR; optional labels |
xqa review |
findings | Dismiss false positives interactively |
xqa report / share |
findings | Post a PR report or share a hosted run link |