diff --git a/tests/cypress/reporter-config.json b/tests/cypress/reporter-config.json index dc7c320..ed99330 100644 --- a/tests/cypress/reporter-config.json +++ b/tests/cypress/reporter-config.json @@ -1,12 +1,15 @@ { - "reporterEnabled": "mochawesome, mocha-junit-reporter, spec, json", - "mochawesomeReporterOptions": { - "reportDir": "cypress/results", - "overwrite": false, - "html": true, - "json": true - }, - "mochaJunitReporterReporterOptions": { - "mochaFile": "cypress/junit/[hash].xml" - } + "reporterEnabled": "mochawesome, mocha-junit-reporter, spec, json", + "mochawesomeReporterOptions": { + "charts": true, + "html": true, + "json": false, + "overwrite": false, + "reportDir": "cypress/results", + "reportFilename": "[status]--[name]--[datetime]", + "timestamp": "default" + }, + "mochaJunitReporterReporterOptions": { + "mochaFile": "cypress/junit/[hash].xml" + } }