<testExecutions version="1">
  <file path="tests/helpers/utils.spec.ts">
    <testCase name="createFile function should create file with given data" duration="2" />
    <testCase name="createFile function should handle error when writing file" duration="1" />
    <testCase name="generateXML generates correct XML with test cases of different statuses" duration="0" />
    <testCase name="generateXML generates correct XML with test cases of 0 duration" duration="0" />
    <testCase name="generateXML handles empty testFileResults map" duration="0" />
    <testCase name="generateXML handles empty path" duration="0" />
    <testCase name="getRelativePath generates relative path correctly" duration="1" />
    <testCase name="getRelativePath handles 'process.cwd()' in path" duration="0" />
    <testCase name="getRelativePath handles empty input string" duration="0" />
    <testCase name="getRelativePath handles empty basePath" duration="0" />
  </file>
  <file path="tests/lib/SonarReporter.spec.ts">
    <testCase name="SonarReporter onTestResult should add test results to testFileResults" duration="1" />
    <testCase name="SonarReporter onRunComplete should write XML file with test results" duration="1" />
    <testCase name="SonarReporter onRunComplete should use default output file if not provided - skipped" duration="0">
      <skipped message="SonarReporter onRunComplete should use default output file if not provided - skipped" />
    </testCase>
    <testCase name="SonarReporter onRunComplete should use default output file if not provided" duration="0" />
    <testCase name="SonarReporter onRunComplete should use provided output file" duration="0" />
  </file>
</testExecutions>