<https://lh3.googleusercontent.com/-BAhTQLgAk8k/U5hY9D7OnZI/AAAAAAAADoM/4y9hW4tFzY8/s1600/Test+Result+Trend.JPG> Hello,
I've implemented the JUnit test result in my Java code and everything looks fine : Test Result Trend is displayed and every failed test has its own URL leading to its details. So far so good. However I noticed the ordering by 'Test Name' has an issue : default order is based on the 'Age' column (ascending). Fine. But then click on the 'Test Name' header. List is properly re-ordered (alphabetically descending) EXCEPT for the last item ! Are you also experiencing the same problem ? I've got another concern about this topic : is there a way to consider test suites (I mean the <suite> block in the test result xml file) rather than test cases (<cases> block in the same xml file) ? Actually information about test suites is much more relevant in the context of my project as it's linked to a business test scenario. Every time a case fails, next cases are skipped and next test suite starts. Therefore the number of failed tests corresponds to what I expect. It's just the total number of tests that is not. It would also make the trend graph much more readable (see screenshot above)... Jenkins : 1.562 OS : Win 7 Enterprise Thanks a lot for your help. Momo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
