{
  "scenarios": [
    {
      "name": "Python project shows pytest in conflict resolution",
      "testMappings": []
    },
    {
      "name": "Rust project shows cargo test in conflict resolution",
      "testMappings": []
    },
    {
      "name": "Go project shows go test in conflict resolution",
      "testMappings": []
    },
    {
      "name": "Project without config shows generic fallback",
      "testMappings": []
    },
    {
      "name": "JavaScript project shows npm test when configured",
      "testMappings": []
    }
  ],
  "stats": {
    "totalScenarios": 5,
    "coveredScenarios": 0,
    "coveragePercent": 0,
    "testFiles": [],
    "implFiles": [],
    "totalLinesCovered": 0
  }
}