Accessing TeamCity test results from script in a subsequent build step
I have a build step that reports the number of run tests to TeamCity.
I would like access this number (and other data) in a subsequent build
step, ideally from a python or powershell script.
Looking at TeamCity messages, they seem to only allow transmitting data
from the script to TeamCity, not the other way around.
How can I access the number of succeeded/failed tests from a script in a
subsequent build step?
No comments:
Post a Comment