Uploading Test Results through the Rest API

Is there a way to use to rest API to upload test results from an external tool to a specific build in TeamCity? 

0
1 comment

Hi,

this isn't currently possible as you described, but could you explain the scenario? Why do you need to upload them afterwards? Understanding it might allow us to find a way to get them in beforehand.

A common scenario here is where a third party tool runs the tests. A possibility here is to add a build step to the build that will wait for those results, then pick them up and place them where our test parsers expect them. Maybe that would be a solution in your case?

0

Please sign in to leave a comment.