{
  "scenarios": [
    {
      "name": "Publish new version when git tag and package.json match and differ from npm",
      "testMappings": []
    },
    {
      "name": "Fail when git tag and package.json versions mismatch",
      "testMappings": []
    },
    {
      "name": "Skip publishing when version already exists on npm",
      "testMappings": []
    },
    {
      "name": "Publish after successful release without tests or build",
      "testMappings": []
    }
  ],
  "stats": {
    "totalScenarios": 4,
    "coveredScenarios": 0,
    "coveragePercent": 0,
    "testFiles": [],
    "implFiles": [],
    "totalLinesCovered": 0
  }
}