mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
9caea77ee4
commit
886203bdef
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue