element-web/cypress-ci-reporter-config.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
199 B
JSON
Raw Normal View History

{
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "cypress/results/results-[hash].xml",
"useFullSuiteTitle": true
}
}