Skip to content

tester-army/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TesterArmy CLI

Quickstart | Docs | Platform | API Keys | Skills | Examples

npm version npm downloads MIT license

AI QA agent that clicks through your website like a real human.

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:

testerarmy.mp4

Quickstart

Install globally:

npm install -g testerarmy

Then create API key:

tester.army/dashboard/profile/api-keys

Authenticate (pick one):

ta auth

Or run without install:

npx testerarmy --help

Run a test scenario:

ta run examples/tests/01-landing-page.md --url "http://localhost:3000"

Skill Installation

Use skills CLI install:

npx skills add tester-army/cli

Examples

Use starter examples in examples/.

  • examples/TESTER.md
  • examples/tests/01-landing-page.md
  • examples/tests/02-auth-smoke.md
  • examples/tests/03-project-create.md
  • examples/prompts/ad-hoc-regression.md

Run a full smoke batch:

ta run examples/tests/ --url "http://localhost:3000" --parallel 3

Contributing

PRs welcome, especially for:

  • improving skill quality and references
  • better issue templates and triage process
  • better real-world test examples

License

MIT

About

AI QA agent that clicks through your website like a real human.

Resources

License

Stars

Watchers

Forks