mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
241df0ba0a
... in an attempt to make the github actions output easier to grok
8 lines
205 B
JSON
8 lines
205 B
JSON
{
|
|
"reporterEnabled": "spec, mocha-junit-reporter",
|
|
"mochaJunitReporterReporterOptions": {
|
|
"mochaFile": "cypress/results/junit/results-[hash].xml",
|
|
"useFullSuiteTitle": true
|
|
}
|
|
}
|