We check every product on this page once a day and record whether it still answers.
A CLI tool that generates backend API integration tests by first understanding routes, handlers, and models, for developers using AI coding agents instead of writing tests manually.
Open source
What to know▼
How it works
CLI-only, open-source, requires an LLM key to generate integration tests.
Best for
Developers using AI coding agents who need structural understanding before test generation.
We check every product on this page once a day and record whether it still answers.
Regression testing for Claude Skills — catches when a model update silently breaks a trigger, an instruction gets ignored, or a redteam attack succeeds, and writes each failure as a permanent eval case instead of just failing CI. Also includes OWASP-mapped security lint, git-native bisect, and cross-model regression testing.
We check every product on this page once a day and record whether it still answers.
An open-source desktop browser that gives developers and QA engineers isolated cookie and session tabs for testing multiple user roles at once, instead of juggling multiple browsers or profiles.
Open source
What to know▼
How it works
Every tab has independent cookies, storage and authentication, so admin, manager, customer and other roles can be tested simultaneously in one window.
We check every product on this page once a day and record whether it still answers.
An open-source macOS app where AI agents drive iOS simulators or your iPhone to run tests you describe in plain language and report a verdict live. For iOS developers.
Open source
What to know▼
How it works
An open-source macOS app where you describe a test for an iOS app in plain language, and an AI agent drives real iOS simulators or a connected iPhone to run it, returning an evidence-backed pass/fail verdict while you watch live.
What's different
Open source and shows the test running live rather than just returning a final report.
Best for
iOS developers who want AI-driven UI testing without scripting test steps by hand.
We check every product on this page once a day and record whether it still answers.
Advisory-first Git hooks that catch workflow mistakes before your first push and suggest the exact safe command — local-only, telemetry-free, open source, for JavaScript/TypeScript.