Files
scorm-again/.mocha-reports.json
2019-11-13 21:16:30 -05:00

10 lines
255 B
JSON

{
"reporterEnabled": "mocha-junit-reporter, mochawesome",
"mochaJunitReporterReporterOptions": {
"mochaFile": "reports/mocha/test-results.xml"
},
"mochawesomeReporterOptions": {
"reportDir": "./reports",
"reportFilename": "index"
}
}