iiRecord
Agentic AI Atlas · Playwright
tool:playwrighta5c.ai
II.
Tool JSON

tool:playwright

Structured · live

Playwright json

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

File · domain/tools/playwright.yamlCluster · domain
Record JSON
{
  "id": "tool:playwright",
  "_kind": "Tool",
  "_file": "domain/tools/playwright.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Playwright",
    "homepageUrl": "https://playwright.dev",
    "kind": "test-runner",
    "language": "language:javascript",
    "description": "Framework for end-to-end testing across Chromium, Firefox, and WebKit with a single API.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:playwright",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:playwright",
      "to": "skill-area:react-testing",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:playwright",
      "to": "skill-area:e2e-testing",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:playwright",
      "to": "skill-area:e2e-testing",
      "kind": "used_for"
    },
    {
      "from": "tool:playwright",
      "to": "skill-area:cross-browser-testing",
      "kind": "used_for"
    },
    {
      "from": "tool:playwright",
      "to": "tool:cypress",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "E2E testing — Playwright drives browsers externally; Cypress runs in-browser"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:cross-browser-testing",
      "to": "tool:playwright",
      "kind": "uses_tool"
    },
    {
      "from": "skill-area:frontend-e2e-testing",
      "to": "tool:playwright",
      "kind": "uses_tool"
    },
    {
      "from": "skill-area:react-testing",
      "to": "tool:playwright",
      "kind": "uses_tool"
    },
    {
      "from": "skill-area:e2e-testing",
      "to": "tool:playwright",
      "kind": "uses_tool"
    },
    {
      "from": "specialization:qa-testing-automation",
      "to": "tool:playwright",
      "kind": "uses_tool"
    },
    {
      "from": "stack-profile:e2e-testing-platform",
      "to": "tool:playwright",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:visual-regression-testing",
      "to": "tool:playwright",
      "kind": "composed_of"
    },
    {
      "from": "tool:cypress",
      "to": "tool:playwright",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "E2E testing — Cypress runs in-browser; Playwright drives browsers externally"
      }
    },
    {
      "from": "tool-server:mcp-puppeteer",
      "to": "tool:playwright",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-playwright",
      "to": "tool:playwright",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}