Generate API Conformance Tests

Given a TMFxxx id and version, generates conformance test assertions directly from its cached OpenAPI schema -- required-field presence, enum-value validity, declared operations per path, and expected status codes -- using real sample payloads as fixtures where they exist and pass/fail. If a real implementation (a base URL or example request/response pairs) is supplied, also reports pass/fail per assertion; without one, produces a standalone suite ready to run once an implementation exists. Use this to check or generate conformance tests for one specific TM Forum Open API, not a whole use case's flow (see generate-test-cases-from-usecase for that).

tmforum-oda Updated

File contents

tmforum-oda/oda-agent-skills-marketplace/tree/main/skills/generate-api-conformance-tests commit 48f6629846

Frequently asked questions

npx skillmds@latest add tmforum-oda/generate-api-conformance-tests