15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"reporterEnabled": "mocha-junit-reporter, mochawesome",
|
|
"mochaJunitReporterReporterOptions": {
|
|
"mochaFile": "results/junit/test_results[hash].xml",
|
|
"toConsole": false
|
|
},
|
|
"mochawesomeReporterOptions": {
|
|
"reportDir": "results/mochawesome-report",
|
|
"reportFilename": "json/tests/[name]",
|
|
"quiet": true,
|
|
"overwrite": false,
|
|
"html": false,
|
|
"json": true
|
|
}
|
|
}
|