Quickstart | Docs | Platform | API Keys | Skills | Examples
TesterArmy CLI (testerarmy / ta) is an agent-first QA runner.
- Run browser checks from plain prompts.
- Run reusable markdown scenarios (
tests/*.md). - Get deterministic pass/fail output plus local artifacts.
- Feed concrete validation back to coding agents.
Start here:
- Docs: tester.army/docs
- Platform: tester.army
- API keys: tester.army/dashboard/profile/api-keys
testerarmy.mp4
Install globally:
npm install -g testerarmyThen create API key:
tester.army/dashboard/profile/api-keys
Authenticate (pick one):
ta authOr run without install:
npx testerarmy --helpRun a test scenario:
ta run examples/tests/01-landing-page.md --url "http://localhost:3000"Use skills CLI install:
npx skills add tester-army/cliUse starter examples in examples/.
examples/TESTER.mdexamples/tests/01-landing-page.mdexamples/tests/02-auth-smoke.mdexamples/tests/03-project-create.mdexamples/prompts/ad-hoc-regression.md
Run a full smoke batch:
ta run examples/tests/ --url "http://localhost:3000" --parallel 3PRs welcome, especially for:
- improving skill quality and references
- better issue templates and triage process
- better real-world test examples
MIT
