qa-generating-integration-tests

Installation
SKILL.md

Generating Integration Tests

This skill turns API contracts into comprehensive test suites that validate service integrity beyond basic schema conformance.

When to Use

  • You have an OpenAPI spec, GraphQL schema, or list of API endpoints
  • You need to generate test cases that exercise business logic, not just structure
  • You want to validate that services handle edge cases, errors, and adversarial inputs
  • You're testing cross-service data pipelines for consistency

Workflow

Step 1 — Parse the Contract

Read the API specification and extract a structured inventory:

Installs
17
GitHub Stars
5
First Seen
Apr 8, 2026
qa-generating-integration-tests — wizeline/sdlc-agents