diff --git a/cypress-ci-reporter-config.json b/cypress-ci-reporter-config.json index 091f37b37ea..f43509ea308 100644 --- a/cypress-ci-reporter-config.json +++ b/cypress-ci-reporter-config.json @@ -1,6 +1,7 @@ { "reporterEnabled": "spec, mocha-junit-reporter", "mochaJunitReporterReporterOptions": { - "mochaFile": "cypress/results/results-[hash].xml" + "mochaFile": "cypress/results/results-[hash].xml", + "useFullSuiteTitle": true } }