From dc8dda36d8713b9c308d15c70c514b9f3aed1d3d Mon Sep 17 00:00:00 2001 From: agracio Date: Mon, 4 Nov 2024 18:52:38 +0000 Subject: [PATCH] updating CI JUnit reporting --- test/configCI.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/configCI.json b/test/configCI.json index a3974b45..6ea87357 100644 --- a/test/configCI.json +++ b/test/configCI.json @@ -9,6 +9,7 @@ }, "mochaJunitReporterReporterOptions": { "mochaFile": "test-results-{id}.xml", - "includePending": true + "includePending": true, + "jenkinsMode": true } } \ No newline at end of file