Solved
Forum Discussion
DavidL
Staff
4 years agoHi!
The custom endpoint should be used with Junit 4 file. So your CSV file won't work. If you want to use Junit 5, please use the unit endpoint instead of the custom one.
Please check the doc:
https://support.smartbear.com/zephyr-scale-cloud/docs/test-automation/junit-integration-custom.html
jvondam
4 years agoNew Contributor
Thanks for the reply. However I am trying to upload results from another CI/CD tool, and it is only presented in CSV. Is the only available format XML for JUnit 5? Or is there another endpoint that supports CSV?