test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

Fix parsing of ESLint reports in jest-junit format

Open phjardas opened this issue 3 years ago • 3 comments

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.

phjardas avatar Aug 06 '21 12:08 phjardas

@dorny Any chance to get this PR and #144 merged? Is there anything we could do? Thanks! 🙏🏻

phjardas avatar Nov 30 '21 11:11 phjardas

@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

IanMoroney avatar Feb 22 '22 12:02 IanMoroney

@jozefizso, is it ok for you ?

j-catania avatar Jan 12 '24 09:01 j-catania

Hi @phjardas, thanks for this bug fix!

jozefizso avatar Jun 26 '24 11:06 jozefizso