From 621033009916ed1230ba21bc8b0cc0baf4551579 Mon Sep 17 00:00:00 2001 From: Spencer Date: Fri, 13 Mar 2020 22:33:43 -0700 Subject: [PATCH] =?UTF-8?q?[7.x]=20[siem/cypress]=20update=20junit=20filen?= =?UTF-8?q?ame=20to=20be=20picked=20up=20by=E2=80=A6=20(#60170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: spalger Co-authored-by: spalger --- x-pack/legacy/plugins/siem/reporter_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/siem/reporter_config.json b/x-pack/legacy/plugins/siem/reporter_config.json index ff19c242ad8dc..dda68d501f975 100644 --- a/x-pack/legacy/plugins/siem/reporter_config.json +++ b/x-pack/legacy/plugins/siem/reporter_config.json @@ -3,7 +3,7 @@ "reporterOptions": { "html": false, "json": true, - "mochaFile": "../../../../target/kibana-siem/cypress/results/results-[hash].xml", + "mochaFile": "../../../../target/kibana-siem/cypress/results/TEST-siem-cypress-[hash].xml", "overwrite": false, "reportDir": "../../../../target/kibana-siem/cypress/results" }