Add junit reports to Defend Workflows Serverless cypress tests (#169717)

## Summary

Add junit reports to Defend Workflows cypress tests. We had the reports
configured, but were missing a required change in the buildkite script

Here's an example test failure that I forced with an earlier commit to
show the reports being generated now:
https://buildkite.com/elastic/kibana-pull-request/builds/170777#018b66ec-013a-4430-ba98-26ab911ae653

Resolves: https://github.com/elastic/kibana/issues/169711

### Checklist

- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Kevin Logan 2023-10-25 16:59:26 -04:00 committed by GitHub
parent 9caea77ee4
commit 886203bdef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,4 +12,5 @@ echo "--- Defend Workflows Cypress tests on Serverless"
cd x-pack/plugins/security_solution
set +e
yarn cypress:dw:serverless:run; status=$?; yarn junit:merge || :; exit $status