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?
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?