iiRecord
Agentic AI Atlas · contract-testing
lib-process:qa-testing-automation--contract-testinga5c.ai
II.
LibraryProcess JSON

lib-process:qa-testing-automation--contract-testing

Structured · live

contract-testing json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:qa-testing-automation--contract-testing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "contract-testing",
    "description": "Contract Testing Implementation - Consumer-driven contract testing to enable independent service\ndeployment while maintaining integration confidence between microservices. Implements Pact-based contract testing\nwith provider verification, contract broker setup, and CI/CD integration for both consumer and provider sides.",
    "libraryPath": "library/specializations/qa-testing-automation/contract-testing.js",
    "specialization": "qa-testing-automation",
    "references": [
      "- Pact Documentation: https://docs.pact.io/\n- Consumer-Driven Contracts: https://martinfowler.com/articles/consumerDrivenContracts.html\n- Microservices Testing: https://martinfowler.com/articles/microservice-testing/\n- Contract Testing Best Practices: https://pactflow.io/blog/contract-testing-best-practices/\n- Spring Cloud Contract: https://spring.io/projects/spring-cloud-contract\n- Pact Broker: https://github.com/pact-foundation/pact_broker"
    ],
    "example": "const result = await orchestrate('specializations/qa-testing-automation/contract-testing', {\n  projectName: 'E-commerce Microservices',\n  services: [\n    { name: 'order-service', type: 'consumer', dependencies: ['inventory-service', 'payment-service'] },\n    { name: 'inventory-service', type: 'provider', consumers: ['order-service', 'warehouse-service'] },\n    { name: 'payment-service', type: 'provider', consumers: ['order-service'] }\n  ],\n  contractTool: 'pact',\n  architecture: 'microservices',\n  acceptanceCriteria: { contractCoverage: 100, providerVerificationRate: 95, breakingChangeDetection: true }\n});",
    "usesAgents": [
      "api-testing-expert"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:qa-testing-automation--contract-testing",
      "to": "skill-area:contract-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--contract-testing",
      "to": "skill-area:api-contract-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:qa-testing-automation--contract-testing",
      "to": "topic:test-driven-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--contract-testing",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--contract-testing",
      "to": "role:qa-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--contract-testing",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:qa-testing-automation--contract-testing",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--contract-testing",
      "to": "specialization:qa-testing-automation",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--contract-testing",
      "to": "lib-agent:qa-testing-automation--api-testing-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}