Import results from Robot framework by generating a JUnit compatible result file

Steps to Import results from Robot framework by generating a JUnit compatible result file : 

  1. For uploading your automation results to QMetry run the below command to generate a JUnit compatible output file :
    • robot --xunit result.xml tests
  2. For more details about uploading a JUnit compatible result file, refer this article : Test using JUnit (QMetry for Jira Server)
  3. Users can upload their results to QMetry using any of these methods.