Is there any open source libraries to parse junit xml using java and get information like testsuite name that are executed ,testcases corresponding to a testsuite , number of failures and number of success ? I just saw junit style report tool , is there any open source libraries to get these information in java.
You can use the junitreport task from ant to generate some report files which shows the informations you need. Also check the question Custom JUnit Report? on how to customize the generated report for your needs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With