cypress-multi-reporters.json 313 B

12345678910
  1. {
  2. "reporterEnabled": "spec, mocha-junit-reporter",
  3. "mochaJunitReporterReporterOptions": {
  4. "mochaFile": "data/reports/junit-cypress-[suiteFilename].xml",
  5. "includePending": true,
  6. "jenkinsMode": true,
  7. "jenkinsClassnamePrefix": "Web Cypress tests",
  8. "rootSuiteTitle": "Web Cypress tests"
  9. }
  10. }