II.
Workflow JSON
Structured · liveworkflow:cross-platform-testing
Cross-Platform Testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:cross-platform-testing",
"_kind": "Workflow",
"_file": "domain/workflows/workflows-technical-depth.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cross-Platform Testing",
"description": "Systematic testing workflow that validates application behaviour and visual fidelity\nacross all supported operating systems, hardware configurations, and screen densities\nbefore a release candidate is approved. The desktop developer and QA engineer define\na platform matrix, and automated UI and functional tests are executed against each\nconfiguration in a CI grid. Platform-specific failures are triaged against known\nOS quirks and rendering differences. A final manual verification pass on physical\ndevices confirms that no edge-case regressions slipped through automation.\n",
"workflowKind": "development",
"triggerType": "event-driven",
"typicalCadence": "per-release",
"complexity": "moderate"
},
"outgoingEdges": [
{
"from": "workflow:cross-platform-testing",
"to": "role:desktop-developer",
"kind": "involves_role"
},
{
"from": "workflow:cross-platform-testing",
"to": "role:qa-engineer",
"kind": "involves_role"
},
{
"from": "workflow:cross-platform-testing",
"to": "role:devops-engineer",
"kind": "involves_role"
},
{
"from": "workflow:cross-platform-testing",
"to": "domain:software-engineering",
"kind": "applies_to_domain"
}
],
"incomingEdges": [
{
"from": "stack-profile:desktop-application",
"to": "workflow:cross-platform-testing",
"kind": "follows_workflow"
},
{
"from": "stack-profile:cross-platform-desktop",
"to": "workflow:cross-platform-testing",
"kind": "follows_workflow"
},
{
"from": "lib-process:mobile-development--cross-platform-ui-library",
"to": "workflow:cross-platform-testing",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:qa-testing-automation--cross-browser-testing",
"to": "workflow:cross-platform-testing",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
}
]
}