Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-40220

Support RobotFramework test results in blueocean

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

          [JENKINS-40220] Support RobotFramework test results in blueocean

          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.

          Olivier Renault added a comment - 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.

          Thanh Ha added a comment -

          Any chance of getting this supported in 2020?

          Thanh Ha added a comment - Any chance of getting this supported in 2020?

          Aleksi Simell added a comment -

          Aleksi Simell added a comment - Implementation merged with https://github.com/jenkinsci/robot-plugin/pull/26 .

            aleksisimell Aleksi Simell
            radinsky Alex Radinsky
            Votes:
            11 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: