bhecquet / newman-reporter-xunit

A Newman JUnit Reporter providing full reports (without aggregation of results)
Apache License 2.0
2 stars 3 forks source link

Add total failures and errors count to root element "testsuites" #9

Closed naasse closed 2 years ago

naasse commented 2 years ago

This is an enhancement request.

I believe this would be universally helpful - it might be useful to have the aggregated total failure and error count at the root testsuites element.

To avoid breaking changes for consumers, this probably deserves a flag to only apply optionally.

It's something I would like to see in my use case, so I'm going to update my fork and create a PR if you'd like it in the core product.

bhecquet commented 2 years ago

Thank you for this enhancement