TestLens
See what your API tests miss
Instantly measure your API test coverage and identify missing endpoints in seconds.
No login required • 100% free • Runs in your browser
Why TestLens?
- Find untested endpoints instantly
- Improve API test confidence
- No setup, no login
Swagger
File or URL
Postman
Collection JSON
Compare
Run report
Upload your files to analyze API coverage
All processing runs in your browser — nothing is uploaded to a server.
▸ GitHub Pages & OpenAPI URLs
Pasting an OpenAPI URL may fail until you upload the JSON file (most reliable) or hard-refresh after updates. Ad blockers can block CORS relays.
▸
CORS & fetch
Many APIs block direct
fetch
from GitHub Pages. This app can use your own CORS proxy (npm run openapi-proxy) or public relays. Relays often reject internal or beta URLs. If
loading fails, set the optional proxy under the spec URL, save the
OpenAPI JSON and upload it, or add
Access-Control-Allow-Origin
on the spec URL.