nginx-proxy-manager/test/multi-reporter.json

10 lines
253 B
JSON
Raw Normal View History

2020-08-05 22:47:24 -04:00
{
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"jenkinsMode": true,
"rootSuiteTitle": "Cypress.npm",
"jenkinsClassnamePrefix": "Cypress.npm.",
"mochaFile": "results/junit/cypress.npm.[hash].xml"
}
}