mirror of https://github.com/vector-im/riot-web
Use full suite title when cypress tests contain nested describe()s. (#9777)
parent
4724506320
commit
6bc4523cf7
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"reporterEnabled": "spec, mocha-junit-reporter",
|
"reporterEnabled": "spec, mocha-junit-reporter",
|
||||||
"mochaJunitReporterReporterOptions": {
|
"mochaJunitReporterReporterOptions": {
|
||||||
"mochaFile": "cypress/results/results-[hash].xml"
|
"mochaFile": "cypress/results/results-[hash].xml",
|
||||||
|
"useFullSuiteTitle": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue