Discover API surface
qa_discoverFetch OpenAPI/Swagger docs to assess API test coverage: endpoint counts, assertion totals, skipped operations with reasons, and unreachable services. Use it to check coverage before running tests.
Instructions
Fetches the OpenAPI/Swagger document of every configured service and reports the testable surface: endpoint count per service, how many assertions would be executed, which operations are skipped by the safety policy (and why), and which services could not be reached. Runs no test and sends no request to the endpoints themselves. Use this first to check coverage before running anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| services | No | Service names from qa.config.json. Omit to discover every service. |