II.
LibraryProcess JSON
Structured · livelib-process:qa-testing-automation--mobile-testing
mobile-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:qa-testing-automation--mobile-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "mobile-testing",
"description": "Mobile App Testing Automation - Comprehensive mobile testing automation for iOS and Android using Appium,\nincluding native gestures, device features, cross-platform validation, real device testing, and CI/CD integration\nwith quality gates and iterative refinement loops.",
"libraryPath": "library/specializations/qa-testing-automation/mobile-testing.js",
"specialization": "qa-testing-automation",
"references": [
"- Appium Documentation: https://appium.io/docs/en/latest/\n- Mobile Testing Best Practices: https://www.browserstack.com/guide/mobile-testing-best-practices\n- Appium Page Object: https://webdriver.io/docs/pageobjects/\n- Cloud Device Labs: https://www.browserstack.com/, https://saucelabs.com/\n- Mobile Gestures: https://appium.io/docs/en/commands/interactions/touch/\n- Real Device Testing: https://appium.io/docs/en/writing-running-appium/running-tests/"
],
"example": "const result = await orchestrate('specializations/qa-testing-automation/mobile-testing', {\n appName: 'E-Commerce Mobile App',\n platforms: ['iOS', 'Android'],\n appFiles: {\n ios: { path: './build/App.ipa', bundleId: 'com.example.app' },\n android: { path: './build/app-release.apk', package: 'com.example.app' }\n },\n testScenarios: ['Login', 'Product Search', 'Cart Management', 'Checkout', 'Profile'],\n deviceMatrix: {\n ios: [\n { deviceName: 'iPhone 14 Pro', platformVersion: '16.0' },\n { deviceName: 'iPhone 12', platformVersion: '15.0' }\n ],\n android: [\n { deviceName: 'Pixel 6', platformVersion: '13.0' },\n { deviceName: 'Samsung Galaxy S22', platformVersion: '12.0' }\n ]\n },\n cloudProvider: 'BrowserStack',\n acceptanceCriteria: { testCoverage: 85, passRate: 90, platformParity: 95 }\n});",
"usesAgents": [
"mobile-testing-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:qa-testing-automation--mobile-testing",
"to": "skill-area:mobile-ui-automation",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--mobile-testing",
"to": "skill-area:cross-platform-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:qa-testing-automation--mobile-testing",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--mobile-testing",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--mobile-testing",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--mobile-testing",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--mobile-testing",
"to": "specialization:qa-testing-automation",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:qa-testing-automation--mobile-testing",
"to": "lib-agent:qa-testing-automation--mobile-testing-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}