iiRecord
Agentic AI Atlas · WireMock
tool:wiremocka5c.ai
II.
Tool JSON

tool:wiremock

Structured · live

WireMock 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:wiremock",
  "_kind": "Tool",
  "_file": "domain/tools/tools-testing-frontend-aiml.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "WireMock",
    "homepageUrl": "https://wiremock.org",
    "kind": "test-runner",
    "description": "Flexible HTTP service virtualisation and API mocking tool for development\nand testing. Stubs can be defined via JSON mappings, a Java/Kotlin DSL,\nor the REST Admin API. Supports request matching, response templating,\nfault injection, stateful scenarios, and record/playback of real traffic.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:wiremock",
      "to": "language:java",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:wiremock",
      "to": "skill-area:integration-testing",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:wiremock",
      "to": "skill-area:api-testing",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:wiremock",
      "to": "skill-area:api-testing",
      "kind": "used_for"
    },
    {
      "from": "tool:wiremock",
      "to": "tool:pact",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing — WireMock is service virtualisation; Pact is contract testing"
      }
    },
    {
      "from": "tool:wiremock",
      "to": "tool:testcontainers",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Integration testing — WireMock mocks HTTP services; Testcontainers runs real services"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:api-mocking-simulation",
      "to": "tool:wiremock",
      "kind": "composed_of"
    },
    {
      "from": "tool:pact",
      "to": "tool:wiremock",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "API testing — Pact is contract testing; WireMock is service virtualisation"
      }
    },
    {
      "from": "tool:testcontainers",
      "to": "tool:wiremock",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Integration testing — Testcontainers runs real services; WireMock mocks HTTP services"
      }
    }
  ]
}