[7.x] [siem/cypress] update junit filename to be picked up by… (#60170)

Co-authored-by: spalger <spalger@users.noreply.github.com>

Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
Spencer 2020-03-13 22:33:43 -07:00 committed by GitHub
parent e813bb86c2
commit 6210330099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}