-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add junit support for non-e2e tests/multi-suite (#851)
The e2e tests report via junit but with the top-level item in the xml being a `<testsuite>`. Other implementations seem to default to allowing multiple testsuites and so they have a higher level `testsuites` object. This PR enables a new post-processing path and makes the older junit parsing only apply to the result-type `e2e`. The new, `junit` result-type will use this more generalized logic. Fixes #849 Signed-off-by: John Schnake <[email protected]>
- Loading branch information
1 parent
451b313
commit a268401
Showing
33 changed files
with
631 additions
and
1,749 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.