{
  "reporterEnabled": "mocha-jenkins-reporter, mocha-junit-reporter",
  "mochaJenkinsReporterReporterOptions": {
    "junit_report_name": "@kie-tools/vscode-extension-yard-editor",
    "junit_report_path": "./dist-it-tests/junit-vscode-yard-tooling-it-tests.xml",
    "junit_report_stack": 0
  },
  "mochaJunitReporterReporterOptions": {
    "testsuitesTitle": "YARD :: VS Code Extension",
    "mochaFile": "./dist-it-tests/junit-report-[hash].xml",
    "testCaseSwitchClassnameAndName": true,
    "suiteTitleSeparatedBy": ".",
    "useFullSuiteTitle": true
  }
}
