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

v0.15.0 CLI 参考

历史快照

本页不包含 v0.16.0 的 insert_text 动作和 v0.16.1 的 GUI 认证命令行为。

Schema 与能力

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

常用工作流

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

设计审计没有 verdict 或动作权限。远程 worker 请求不能选择 executable、应用、后端、凭据或网络策略。

退出码

退出码含义
0通过
1测试或动作失败
2调用或配置无效,或分布式基础设施失败
124超时
130已取消

第一次中断请求有界取消与清理,第二次只终止当前进程拥有的界面进程边界。