|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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.

I've been searching for a while for a tool that would generate this kind of nested <testsuite> report for JUnit.
Did any of you actually have such a nested report xml generated from nested JUnit tests suites (either 3.x or 4.x)? Or it it only generated by other testing frameworks?
For example ant <junit> xml formatter flattens test suites, doesn't keep nesting.
Maven surefire does the same.
Even tried TestNG wrapped around JUnit with the same result.
(junit 4.11 (used 3 like style and 4 like style), testNG 6.8, ant 1.9.4, maven-surefire-plugin 2.17)
So which is the test runner that would generate such a nested report for a nested JUnit suite?