diff --git a/e2e-tests/cypress/reporter-config.json b/e2e-tests/cypress/reporter-config.json new file mode 100644 index 0000000000..f70990ff0a --- /dev/null +++ b/e2e-tests/cypress/reporter-config.json @@ -0,0 +1,15 @@ +{ + "reporterEnabled": "mocha-junit-reporter, mochawesome", + "mochaJunitReporterReporterOptions": { + "mochaFile": "results/junit/test_results[hash].xml", + "toConsole": false + }, + "mochawesomeReporterOptions": { + "reportDir": "results/mochawesome-report", + "reportFilename": "json/tests/[name]", + "quiet": true, + "overwrite": false, + "html": false, + "json": true + } +}