10 lines
255 B
JSON
10 lines
255 B
JSON
{
|
|
"reporterEnabled": "mocha-junit-reporter, mochawesome",
|
|
"mochaJunitReporterReporterOptions": {
|
|
"mochaFile": "reports/mocha/test-results.xml"
|
|
},
|
|
"mochawesomeReporterOptions": {
|
|
"reportDir": "./reports",
|
|
"reportFilename": "index"
|
|
}
|
|
} |