II.
LibraryProcess JSON
Structured · livelib-process:mobile-development--mobile-testing-strategy
specializations/mobile-development/mobile-testing-strategy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:mobile-development--mobile-testing-strategy",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/mobile-development/mobile-testing-strategy",
"description": "Mobile App Testing Strategy - Comprehensive testing framework including unit tests,\nintegration tests, UI tests, E2E tests, and device testing across iOS and Android platforms.",
"libraryPath": "library/specializations/mobile-development/mobile-testing-strategy.js",
"specialization": "mobile-development",
"references": [
"- XCTest: https://developer.apple.com/documentation/xctest",
"- Espresso: https://developer.android.com/training/testing/espresso",
"- Detox: https://wix.github.io/Detox/",
"- Maestro: https://maestro.mobile.dev/"
],
"example": "const result = await orchestrate('specializations/mobile-development/mobile-testing-strategy', {\n appName: 'MyApp',\n platforms: ['ios', 'android'],\n framework: 'react-native',\n testingFrameworks: { unit: 'jest', e2e: 'detox', ui: 'maestro' }\n});",
"usesAgents": [
"mobile-testing"
]
},
"outgoingEdges": [
{
"from": "lib-process:mobile-development--mobile-testing-strategy",
"to": "skill-area:ios-native",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-testing-strategy",
"to": "skill-area:android-native",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mobile-development--mobile-testing-strategy",
"to": "topic:accessibility",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-testing-strategy",
"to": "domain:mobile",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-testing-strategy",
"to": "role:mobile-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-testing-strategy",
"to": "workflow:mobile-app-submission",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:mobile-development--mobile-testing-strategy",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:mobile-development--mobile-testing-strategy",
"to": "specialization:mobile-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}