II.
Workflow JSON
Structured · liveworkflow:mobile-device-compatibility-testing
Mobile Device Compatibility Testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:mobile-device-compatibility-testing",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-mobile.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Mobile Device Compatibility Testing",
"workflowKind": "development",
"triggerType": "scheduled",
"typicalCadence": "per-release",
"complexity": "single-team",
"description": "Validates app behavior across a matrix of physical and virtual devices,\nOS versions, and screen sizes — maintaining the device lab, executing\ncompatibility suites, and triaging device-specific failures. Excludes performance profiling.\n"
},
"outgoingEdges": [
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "role:test-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "role:debugger",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "skill-area:react-testing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "skill-area:chaos-engineering",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "domain:mobile",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "responsibility:triage-incoming-issues",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "responsibility:flaky-test-quarantine",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:mobile-device-compatibility-testing",
"to": "org-unit:quality-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}