-
Improvement
-
Resolution: Done
-
Major
-
Jenkins 2.19.1 Blue ocean 1.0.0-b12 robot 1.6.4
-
-
2.1.0
Blue Ocean is not showing published test results of robotframework, same build in regular view shows those results correctly, see attached printscreens for both regular and blue ocean ui for the same build.
I can display the RF results in jenkins blueocean.
The "tips" is to ask RF to generate also a junit log with the robot command line parameter : -x my_junit_format_log.xml
Then in your JENKINS pipeline, you have to add the 'junit' command:
junit mylogspath+"
my_junit_format_log.xml"
And that's all ! You will have your RF results in the 'tests' tab.