-
Improvement
-
Resolution: Fixed
-
Minor
-
None
It would be very nice to see the test results we get from Junit or other test frameworks.
I have a good idea how it should look like in the result but no idea how to build it in java ( I'm a ruby programmer )
Unfortunately, beyond basic descriptive statistics (failCount, skipCount, totalCount) there's not much info available in the API: http://javadoc.jenkins-ci.org/hudson/tasks/test/AbstractTestResultAction.html
It also provides a list of failed tests, but not skipped or passed tests. To get the same list of skipped and passed tests requires digging into the framework-specific derived classes (e.g. for JUnit you have to get a list of test suites and iterate through those), and updating the plugin to understand all of the major testing frameworks would be a big undertaking.