tap-test
Installation
SKILL.md
Tap Test - Real API Integration Test Generator
Generate production-grade HTTP-level integration/e2e tests that simulate real client behavior against a live API + real database.
What is a Tap Test?
A "tap test" taps into your API exactly like a real client would:
- Real HTTP requests (not function calls)
- Real database (not mocks)
- Real server (lightweight Fastify instance)
- Real responses captured via EventEmitter or HTTP endpoints
- Real cleanup after each test