Forum Discussion
Hi SnowFire ,
This was one of the main reasons we chose Zephyr Scale at the start of 2024.
We are heavy users of Robot Framework and are continually uploading test run results via the API to our Jira Cloud instance.
You need to have an junit.xml output file (running -X will give you this on robot cli), then you use this to upload to zephyr.
This will create a new test cycle everytime (unless you specify a previously created test cycle)
There were a few gotchas that we encountered but I would be happy to supply more information if you would like to know more to help you on your way
Hi duck-tester
When we tried to upload a XML file after running two robot test suites either in parallel or series, observing below error. Can you please let me know how to resolve it? Thank you.
16:04:33 [Zephyr Scale] [INFO] Publishing test results... 16:04:33 [Zephyr Scale] [ERROR] Error: 16:04:33 16:04:33 { 16:04:33 "errorCode": 400, 16:04:33 "message": "Couldn't find any mapped test cases", 16:04:33 "status": "Bad Request" 16:04:33 }