|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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.