Solved
Forum Discussion
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?
DavidL
Staff
4 years agoUnfortunately, there is no endpoint supporting CSV.
You can use the API endpoint "POST /testexecutions" to update the status every time.
Otherwise, we support Cucumber JSON result files through an endpoint similar to the Junit endpoint.
If I may, what is your pipeline setup?