| 1234567891011121314 |
- {
- "reporterEnabled": "mocha-junit-reporter, mochawesome",
- "mochaJunitReporterReporterOptions": {
- "mochaFile": "./screenshots/junit_cypress-[hash].xml",
- "toConsole": false
- },
- "mochawesomeReporterOptions": {
- "reportDir": "./screenshots/",
- "reportFilename": "cypress_report",
- "overwrite": false,
- "html": false,
- "json": true
- }
- }
|