iiRecord
Agentic AI Atlas · specializations/desktop-development/desktop-unit-testing
lib-process:desktop-development--desktop-unit-testinga5c.ai
II.
LibraryProcess JSON

lib-process:desktop-development--desktop-unit-testing

Structured · live

specializations/desktop-development/desktop-unit-testing json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:desktop-development--desktop-unit-testing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/desktop-development/desktop-unit-testing",
    "description": "Desktop Unit Testing Setup - Configure unit testing for desktop applications using appropriate\nframeworks (Jest, Mocha, xUnit); set up mocking for native APIs and IPC communication.",
    "libraryPath": "library/specializations/desktop-development/desktop-unit-testing.js",
    "specialization": "desktop-development",
    "references": [
      "- Jest: https://jestjs.io/docs/getting-started",
      "- Electron testing: https://www.electronjs.org/docs/latest/tutorial/testing-overview"
    ],
    "example": "const result = await orchestrate('specializations/desktop-development/desktop-unit-testing', {\n  projectName: 'MyDesktopApp',\n  framework: 'Electron',\n  testingFramework: 'Jest',\n  coverageTarget: 80\n});",
    "usesAgents": [
      "test-analyst",
      "jest-electron-setup",
      "electron-mock-generator",
      "ipc-mock-factory",
      "coverage-developer",
      "helper-developer",
      "sample-test-developer",
      "test-validator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:desktop-development--desktop-unit-testing",
      "to": "skill-area:desktop-ui-frameworks",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-unit-testing",
      "to": "skill-area:cross-platform-desktop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-unit-testing",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-unit-testing",
      "to": "role:desktop-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-unit-testing",
      "to": "role:fullstack-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-unit-testing",
      "to": "workflow:desktop-app-release",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-unit-testing",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--desktop-unit-testing",
      "to": "specialization:desktop-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}