Give your coding agent access to the TesterArmy CLI when you want it to set up
and run QA without leaving your development loop.
The CLI is designed to be self-discoverable. Agents can start with ta --help
and use subcommand help to figure out the exact workflow.
What agents can do
With an API key, an agent can:
- create and list projects
- save project memories as durable testing context
- create dashboard tests
- run tests locally or remotely
- wait for remote runs and inspect run history
- upload iOS Simulator apps for mobile tests
Setup
Install and authenticate once:
For non-interactive sessions, set:
Prompt your agent
Useful entrypoints
Safety
- use scoped API keys when possible
- prefer
--json for agent-readable output
- avoid putting secrets in shell history
- ask before deleting projects, memories, or tests