| 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. |