testsprite-ai-testing-cli
Installation
SKILL.md
TestSprite AI Testing CLI
Skill by ara.so — Devtools Skills collection.
TestSprite CLI is the command-line interface for TestSprite's AI-powered testing platform. It enables coding agents and developers to create, run, and verify automated tests against live applications (frontend with Playwright, backend API tests) — no mocks, real browsers and APIs in the cloud. The CLI is designed for agent-driven verification loops: create test → run → get failure bundle → fix → rerun.
Installation
Requirements: Node.js ≥ 20
# Global installation (recommended)
npm install -g @testsprite/testsprite-cli
# Or use npx (no install)
npx @testsprite/testsprite-cli <command>