{
    "reporterEnabled": "spec, mocha-junit-reporter, mocha-json-output-reporter",
    "mochaJunitReporterReporterOptions": {
        "mochaFile": "test-results.xml"
    },
    "mochaJsonOutputReporterReporterOptions": {
        "output": "test-results.json"
    }
}
