iiRecord
Agentic AI Atlas · Pact
tool:pacta5c.ai
II.
Tool JSON

tool:pact

Structured · live

Pact json

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

File · domain/tools/tools-testing-frontend-aiml.yamlCluster · domain
Record JSON
{
  "id": "tool:pact",
  "_kind": "Tool",
  "_file": "domain/tools/tools-testing-frontend-aiml.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Pact",
    "homepageUrl": "https://pact.io",
    "kind": "test-runner",
    "description": "Consumer-driven contract testing framework that ensures services can\ncommunicate without relying on end-to-end integration environments.\nConsumers generate JSON pact files that providers verify independently;\nPact Broker or PactFlow stores and manages contract evolution across teams.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:pact",
      "to": "skill-area:integration-testing",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:pact",
      "to": "skill-area:api-testing",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:pact",
      "to": "skill-area:api-testing",
      "kind": "used_for"
    },
    {
      "from": "tool:pact",
      "to": "tool:wiremock",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing — Pact is contract testing; WireMock is service virtualisation"
      }
    },
    {
      "from": "tool:pact",
      "to": "tool:testcontainers",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Integration testing — Pact uses contracts; Testcontainers uses real services in Docker"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:contract-testing",
      "to": "tool:pact",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:api-mocking-simulation",
      "to": "tool:pact",
      "kind": "composed_of"
    },
    {
      "from": "tool:wiremock",
      "to": "tool:pact",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing — WireMock is service virtualisation; Pact is contract testing"
      }
    },
    {
      "from": "tool:testcontainers",
      "to": "tool:pact",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Integration testing — Testcontainers uses real services in Docker; Pact uses contracts"
      }
    }
  ]
}