Use full suite title when cypress tests contain nested describe()s. (#9777)

This commit is contained in:
Michael Kaye
2022-12-15 19:21:39 +00:00
committed by GitHub
parent 4724506320
commit 6bc4523cf7

View File

@@ -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
} }
} }