API Test Creator

Generates black-box API test suites (Postman collections, run via Newman) against a real, reachable running API instance. Detects the repo's existing Postman/Newman tooling and collection file(s), writes request/assertion pairs (status code, response schema/fields, headers) for changed endpoints (diff mode) or an explicit endpoint list (backfill mode), chains requests via Postman variables/environment when a flow requires it, runs them, and iterates until green. Every request/response shape traces to real observed usage — never a fabricated payload. Keywords: API tests, Postman, Newman, request/response assertions, black-box API testing, REST endpoint test. Not for an in-process/mocked unit test (unit-test-creator), a real-dependency-seam test via testcontainers (integration-test-creator), a consumer-driven Pact contract (contract-test-creator), or a browser UI journey (e2e-test-creator).

luckyrjain 56eeac2 34 files · 100.9 KB Updated

File contents

luckyrjain/software-builder/tree/main/skills/api-test-creator commit 56eeac2cab

Frequently asked questions

npx skillmds@latest add luckyrjain/api-test-creator