test-reporter
test-reporter copied to clipboard
Fix parsing of ESLint reports in jest-junit format
The ESLint junit formatter does not include a total time attribute for the root <testsuites>
element.
This PR makes the parser a little bit more lenient to accept testsuites
elements without any attributes at all.
@dorny Any chance to get this PR and #144 merged? Is there anything we could do? Thanks! 🙏🏻
@phjardas , @kholdStare, @tdabinskas, I ran into a similar issue as yourselves where there were features that I needed from this project and looked like it wasn't being updated any time soon, so I took the initiative to fork the project myself and build the enhancements into it with a colleague. I have also now taken this PR and added the contents into that repo so you can use them :)
https://github.com/phoenix-actions/test-reporting/ https://github.com/marketplace/actions/test-reporting
@jozefizso, is it ok for you ?
Hi @phjardas, thanks for this bug fix!