Zephyr Enterprise Vortex automation job should support JUnit files generated by robot framework
Robot framework is an industry wide standard test automation framework. Currently, Zephyr Enterprise Vortex jobs do not support JUnit output files generated by robot framework directly, thus, resulting in a parsing error or all test cases to be pass.
The robot framework generates a JUNit output file containing self closing failure and property tags (<failure.../> and <property .. />)
When passing this file to a Suite automation job, it results in a parsing error since Zephyr expects the Junit file to have <failure></failure> and <property></property> tags.
This creates a lot of overhead of converting the robot framework generated JUnit files to a format that is accepted by Zephyr vortex.
It would be helpful if Vortex jobs supports the JUnit results file directly generated by robot framework.