iiRecord
Agentic AI Atlas · MSW (Mock Service Worker)
library:mswa5c.ai
II.
Library JSON

library:msw

Structured · live

MSW (Mock Service Worker) json

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

File · domain/libraries/libraries-node-testing-utils.yamlCluster · domain
Record JSON
{
  "id": "library:msw",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-testing-utils.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "MSW (Mock Service Worker)",
    "belongsToLanguageId": "language:javascript",
    "category": "testing",
    "description": "API mocking library for browser and Node.js using Service Worker intercepts — intercept and mock HTTP/GraphQL requests without changing application code.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:msw",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:msw",
      "to": "skill-area:component-testing",
      "kind": "used_for"
    },
    {
      "from": "library:msw",
      "to": "library:nock",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:nock",
      "to": "library:msw",
      "kind": "alternative_to"
    },
    {
      "from": "library:supertest",
      "to": "library:msw",
      "kind": "alternative_to"
    },
    {
      "from": "stack-profile:e2e-testing-platform",
      "to": "library:msw",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:api-mocking-simulation",
      "to": "library:msw",
      "kind": "composed_of"
    }
  ]
}