Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlePlease note

This tutorial explores the integration using the JUnit XML report that the Robot Framework is capable of generating.

However, Since the Robot Framework native XML format is supported by Xray. Thus, it is the preferable way of importing tests/results from Robot test cases. When integrating through Robot's specfic XML format, you have access to more features than the ones that are available if you use JUnit's XML format, since the latter is more generic.

...

After running the tests and generating the JUnit XML report (e.g., robot.xml), it can be imported to Xray (by using either by the REST API or through the Import Execution Results action within the Test Execution).

...

No Format
robot -x robot.xml keyword_driven.robot


Or if If you're using Java,

No Format
java -jar robotframework-3.0.jar   -x robot.xml  keyword_driven.robot

...