II.
Workflow JSON
Structured · liveworkflow:mutation-testing-coverage-review
Mutation Testing Coverage Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:mutation-testing-coverage-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-qa-deep.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Mutation Testing Coverage Review",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "monthly",
"complexity": "single-team",
"description": "Evaluates test suite effectiveness using mutation testing — injecting code\nmutations (conditional boundary, return value, void method call), measuring\nmutation kill rates per module, identifying weakly-tested code paths, and\nproducing a prioritized backlog of test gaps. Excludes writing the missing\ntests.\n"
},
"outgoingEdges": [
{
"from": "workflow:mutation-testing-coverage-review",
"to": "role:qa-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:mutation-testing-coverage-review",
"to": "role:test-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:mutation-testing-coverage-review",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:mutation-testing-coverage-review",
"to": "skill-area:mutation-testing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:mutation-testing-coverage-review",
"to": "skill-area:unit-testing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:mutation-testing-coverage-review",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:mutation-testing-coverage-review",
"to": "responsibility:code-review-coverage",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:mutation-testing-coverage-review",
"to": "responsibility:flaky-test-quarantine",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:mutation-testing-coverage-review",
"to": "org-unit:quality-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:mutation-testing-coverage-review",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}