Open hernanmd opened 9 months ago
Hi @hernanmd
Thanks for opening an issue. There is no official specification for the JUnit XML file format. The one you have provided is missing the skipped attr. I have modified the code to handle this and made a new release 0.1.1
The dashboard will not render the skipped card if the attr is missing. Hope this helps.
Hello. I am using this input file : Combined.zip containing a single merged XML from multiple junit XML's (each XML was merged as child of testsuites node, under a testsuite node).
I execute it this way:
At some point the input string is empty, which caused an error. I tried "patching"
GetSuccessCount
to not read "Skipped", which is the call getting an empty value for my input file. However output is still omitted to the first testsuite. This means it only displays tests from my first suite: AI-AlgorithmsThis is what I get
Any hints would be appreciated.