From 6bc4523cf7c2c48bdf76b7a22e12e078f2c53f7f Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:21:39 +0000 Subject: [PATCH] Use full suite title when cypress tests contain nested describe()s. (#9777) --- cypress-ci-reporter-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress-ci-reporter-config.json b/cypress-ci-reporter-config.json index 091f37b37e..f43509ea30 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 } }