mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-12 12:51:09 +01:00
Use full suite title when cypress tests contain nested describe()s. (#9777)
This commit is contained in:
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…
x
Reference in New Issue
Block a user