TraceCov
Pinpoint untested API endpoints in seconds
TraceCov maps your real API tests against your OpenAPI specification to identify untested endpoints, parameters, keywords, and response schemas.
This browser demo showcases the Community Edition capabilities.
1. Upload Your OpenAPI Specification
✅ OpenAPI 3.0/3.1 or Swagger 2.0 (JSON or YAML)
2. Upload Your Test Traffic
✅ Supported: Postman Collections (v1.0, v2.0, v2.1), HAR files (v1.2, v1.3)
🔒 Your data stays in your browser. All processing happens client-side.
Beyond the Browser Demo:
-
CLI: Run as a proxy or analyze existing test artifacts
-
🐍
Python Package: Integrate with requests, httpx, and pytest