What problem does it solve?
Manual QA testing and ad hoc browser checks produce no durable, repeatable coverage. This Skill turns acceptance criteria into persistent dashboard-managed tests, organized groups, and CI-visible runs using the TesterArmy CLI (ta).
Core Features & Use Cases
- Dashboard Test Management: Create, inspect, and update saved tests with structured steps (
act, assert, login, screenshot) scoped to projects and groups.
- Local and Remote Runs: Execute saved tests locally for debugging or queue them in TesterArmy cloud with
--remote --wait, including CI runs via ta ci.
- Project Context & Credentials: Store site structure memories and login/inbox credentials so tests authenticate without embedding secrets in step titles.
- Use Case: After shipping a new checkout flow, create a "Checkout smoke" test in the Smoke group, run it remotely against staging, and report the run ID and pass/fail result in your PR.
Quick Start
Ask the agent to check TesterArmy auth with ta status --json, then create a login flow test in your project and validate it with a remote run.