1 Repo
Tools that extract API specifications from test suites to produce documentation.
Distinct from API Documentation Generators: Distinct from general API documentation generators: specifically focuses on extracting documentation from test suite execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Test-Driven Documentation Generators. Refine with filters or upvote what's useful.
This project is an automated documentation generator that synchronizes API reference materials with actual code behavior. By capturing live HTTP request and response data during the execution of existing test suites, it ensures that documentation remains accurate and consistent with the underlying application. The tool distinguishes itself by integrating directly into the test runner lifecycle, allowing developers to define API specifications and metadata within their test blocks. This approach enables a test-driven documentation workflow where API behavior is recorded and mapped to structure
Extracts API specifications and request examples from existing test suites to produce documentation in formats like OpenAPI and Markdown.