iiRecord
Agentic AI Atlas · Supertest
library:supertesta5c.ai
II.
Library JSON

library:supertest

Structured · live

Supertest 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:supertest",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-testing-utils.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Supertest",
    "belongsToLanguageId": "language:javascript",
    "category": "testing",
    "description": "HTTP assertions library for testing Node.js servers — makes HTTP calls to an express/koa/fastify app and asserts on responses.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:supertest",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:supertest",
      "to": "skill-area:component-testing",
      "kind": "used_for"
    },
    {
      "from": "library:supertest",
      "to": "library:msw",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:contract-testing",
      "to": "library:supertest",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:api-mocking-simulation",
      "to": "library:supertest",
      "kind": "composed_of"
    }
  ]
}