TestSprite CLI
TestSprite
Official CLI that lets coding agents run real end-to-end tests against a live app and get back structured failures.
What is TestSprite CLI?
A command-line verification layer for agent-written code: it runs tests against a running application the way a real user would, and when they fail it produces a self-contained failure bundle the agent can act on, forming a create-run-fix-rerun loop. It installs as a skill into coding agents like Claude, Cursor and Cline.
Pros & Cons
Pros
- Slots a real verification loop into agent coding workflows (run, get failures, fix, rerun)
- Installs directly as a skill into common coding agents (Claude, Cursor, Cline)
- The CLI code itself is Apache-2.0
Cons
- The CLI is a thin client for TestSprite's paid cloud platform, not a self-hostable runner - the genuinely open surface is small
- Leaderboard and cost claims (cheapest model shipped 89% correct at half the cost) are vendor/project claims, not independently verified
- Very low fork count (87) for 2.3k stars, consistent with a client you cannot really run standalone
License
Apache-2.0 (OSI-open)
Apache-2.0 covers the CLI client only; the actual testing runs on TestSprite's paid cloud platform, so this is not a self-hostable tester.
When it is interesting
You want your coding agent to verify its own work against a live app and you're comfortable using TestSprite's cloud.
When it is too early
You need a fully self-hosted, offline test runner with no dependency on a paid backend.
This repo featured in the 2026-07 edition of the Open-Source AI Radar.
RTK
rtk-ai
CLI proxy that compresses shell command output before your AI coding assistant sees it, cutting tokens 60-90%.
TOON
toon-format
Token-Oriented Object Notation - a compact serialization format that uses ~40% fewer tokens than JSON.
planning-with-files
OthmanAdi
Crash-proof markdown planning for AI coding agents - persists task state across context loss and /clear.