What problem does it solve?
Manually writing API tests is slow, error-prone, and often leaves critical auth, validation, and edge cases untested—especially after routes change.
Core Features & Use Cases
- Route detection across frameworks: Scans Next.js App Router, Express, FastAPI, and Django REST to build a complete endpoint map.
- Comprehensive test generation: Produces auth coverage (valid/invalid/expired/role mismatches), input validation (types, boundaries, injection/XSS attempts), pagination, file uploads, and rate-limiting scenarios.
- Error-code matrix & behavior-focused assertions: Targets expected status codes and response shapes so tests validate behavior, not just happy paths.
- Use cases: Generate a new integration/contract test suite for newly added endpoints, create baseline coverage for legacy APIs, or prep for security regression checks.
Quick Start
Use the api-test-suite-builder skill to scan your codebase routes and generate a ready-to-run test suite that covers auth, validation, pagination, uploads, and rate limiting.