Jose Sa commented on Improvement JENKINS-22546

I've tested this plugin with version 1.5.0 and while the robot general information about the specific build is available (total number of tests, tests passed/failed, pecentage of tests passed), the information about the individual failed test cases is missing.

Sample output using xml rest api:

<robotResult>
<allFailedCase/>
<allFailedCase/>
<allFailedCase/>
<criticalFailed>3</criticalFailed>
<criticalPassed>27</criticalPassed>
<criticalTotal>30</criticalTotal>
<overallFailed>3</overallFailed>
<overallPassed>27</overallPassed>
<overallTotal>30</overallTotal>
<passPercentage>90.0</passPercentage>
<suite/>
<timeStamp>20140523 15:24:06.067</timeStamp>
</robotResult>

I tried adding "?depth=2" or "?depth=3" to see if more information would be displayed on sub-levels but it returned the same output.

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.

Reply via email to