API Contract Testing
workflow:api-contract-testing
Workflowworkflows/workflows/workflows-api-lifecycle.yaml·Open in Graph → {
"id": "workflow:api-contract-testing",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-api-lifecycle.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "API Contract Testing",
"workflowKind": "development",
"triggerType": "event-driven",
"typicalCadence": "per-pull-request",
"complexity": "cross-team",
"description": "Validates that API changes conform to published contracts using\nconsumer-driven contract tests — generating pacts, running provider\nverification, detecting breaking changes, and gating merges on contract\ncompliance. Excludes API design review.\n"
},
"outgoingEdges": [
{
"from": "workflow:api-contract-testing",
"to": "role:test-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "skill-area:graphql-schema-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "skill-area:react-testing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "responsibility:review-prs-merge-decisions",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "responsibility:triage-incoming-issues",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:api-contract-testing",
"to": "org-unit:quality-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}