Quick Start

View as Markdown

Let your coding agent set up TesterArmy for you using the CLI.

1. Create an account

Sign up at tester.army.

2. Install and authenticate the CLI

$npm install -g testerarmy
$testerarmy auth

Generate a key in the API Keys dashboard and paste it when prompted. The CLI stores it locally for future commands.

3. Prompt your agent

Use the TesterArmy CLI (`testerarmy`) to set up QA for this project.
Create a project, generate a test, run it, and report the run ID and
results. Use `testerarmy --help` and prefer JSON output.

The agent will create the project, draft tests, and execute them - without you leaving your editor. See Agentic Usage for the full workflow.

Congrats! You successfully created and executed your very first test!

Testing is all about consistency, you should set up Production Monitoring or PR Testing to guarantee everything keeps working.

Next steps