For AI agents: the complete documentation index is available at https://a3s-lab.github.io/Test/v0.15.0/en/llms.txt, the full documentation bundle is available at https://a3s-lab.github.io/Test/v0.15.0/en/llms-full.txt, and this page is available as Markdown at https://a3s-lab.github.io/Test/v0.15.0/en/reference/cli.md.

v0.15.0 CLI reference

Historical snapshot

This page excludes the v0.16.0 insert_text action and v0.16.1 GUI certification behavior.

Schemas and capabilities

a3s-test capabilities --json
a3s-test agent schema
a3s-test provider schema contract-generation
a3s-test provider schema design-audit
a3s-test provider schema llm
a3s-test provider schema visual-grounding
a3s-test worker inventory
a3s-test worker remote schema
a3s-test worker artifacts schema
a3s-test distributed schema

Common workflows

a3s-test agent start <url> --session <name> --goal <goal> --success <condition>
a3s-test agent observe --session <name> --interactive --json
a3s-test agent audit --session <name> --observation <id> --config <audit.acl> --json
a3s-test check <suite.acl> --json
a3s-test run <suite.acl> --json
a3s-test distributed plan <distributed.acl> --compact
a3s-test distributed run <distributed.acl> --json

Design audit has no verdict or action authority. Remote worker requests cannot select executables, applications, backends, credentials, or network policy.

Exit codes

ExitMeaning
0Passed
1Test or action failed
2Invalid invocation or configuration, or distributed infrastructure failure
124Timed out
130Cancelled

The first interrupt requests bounded cancellation and cleanup. A second interrupt terminates only surface process boundaries owned by the current process.