mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
241df0ba0a
... in an attempt to make the github actions output easier to grok
7 lines
205 B
JSON
7 lines
205 B
JSON
{
|
|
"reporterEnabled": "spec, mocha-junit-reporter",
|
|
"mochaJunitReporterReporterOptions": {
|
|
"mochaFile": "cypress/results/junit/results-[hash].xml",
|
|
"useFullSuiteTitle": true
|
|
}
|
|
}
|