II.
LibraryProcess JSON
Structured · livelib-process:desktop-development--cross-platform-testing
specializations/desktop-development/cross-platform-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:desktop-development--cross-platform-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/desktop-development/cross-platform-testing",
"description": "Cross-Platform Testing Process - Establish testing strategy across Windows, macOS, and Linux;\nset up CI matrix builds and platform-specific test suites.",
"libraryPath": "library/specializations/desktop-development/cross-platform-testing.js",
"specialization": "desktop-development",
"references": [
"- GitHub Actions matrix: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs",
"- Cross-platform testing: https://www.electronjs.org/docs/latest/tutorial/testing-overview"
],
"example": "const result = await orchestrate('specializations/desktop-development/cross-platform-testing', {\n projectName: 'MyDesktopApp',\n framework: 'Electron',\n targetPlatforms: ['windows', 'macos', 'linux'],\n ciPlatform: 'GitHub Actions'\n});",
"usesAgents": [
"platform-test-analyst",
"ci-matrix-generator",
"platform-test-developer",
"github-actions-workflow-generator",
"parallel-developer",
"reporting-developer",
"cross-platform-validator"
]
},
"outgoingEdges": [
{
"from": "lib-process:desktop-development--cross-platform-testing",
"to": "skill-area:desktop-ui-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--cross-platform-testing",
"to": "skill-area:cross-platform-desktop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--cross-platform-testing",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--cross-platform-testing",
"to": "role:desktop-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--cross-platform-testing",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--cross-platform-testing",
"to": "workflow:desktop-app-release",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:desktop-development--cross-platform-testing",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:desktop-development--cross-platform-testing",
"to": "specialization:desktop-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}