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

pull/28217/head
Michael Kaye 2022-12-15 19:21:39 +00:00 committed by GitHub
parent 4724506320
commit 6bc4523cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "cypress/results/results-[hash].xml"
"mochaFile": "cypress/results/results-[hash].xml",
"useFullSuiteTitle": true
}
}