reporter-config.json 388 B

1234567891011121314
  1. {
  2. "reporterEnabled": "mocha-junit-reporter, mochawesome",
  3. "mochaJunitReporterReporterOptions": {
  4. "mochaFile": "./screenshots/junit_cypress-[hash].xml",
  5. "toConsole": false
  6. },
  7. "mochawesomeReporterOptions": {
  8. "reportDir": "./screenshots/",
  9. "reportFilename": "cypress_report",
  10. "overwrite": false,
  11. "html": false,
  12. "json": true
  13. }
  14. }