From b681e76b3bf3be61a2025072c4022737387b8fa7 Mon Sep 17 00:00:00 2001 From: Spencer Date: Fri, 13 Mar 2020 15:28:50 -0700 Subject: [PATCH] [siem/cypress] update junit filename to be picked up by runbld (#60156) 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" }