Skip to main content

Usage

archal tests [test-run-id] [options]
archal tests list [options]
archal tests detail <test-run-id> [options]
Use tests when you want to check Vitest and reporter uploads from the terminal. The default output shows the run, status, totals, workspace actor, and the first failures. Use --json for automation.

Options

FlagDescriptionDefault
-n, --limit <count>Number of test runs to list20
--workspace <name-or-id>Read test runs from a specific workspaceactive workspace
--jsonPrint machine-readable JSONfalse

Examples

archal tests
archal tests --workspace acme-prod --limit 10
archal tests detail vt-01hxyz
archal tests detail vt-01hxyz --json

Alias

archal test is available as a compatibility alias.