python - Accessing TeamCity test results from script in a subsequent build step -


i have build step reports number of run tests teamcity.

i access number (and other data) in subsequent build step, ideally python or powershell script.

looking @ teamcity messages, seem allow transmitting data script teamcity, not other way around.

how can access number of succeeded/failed tests script in subsequent build step?

one simple way can think of put data in file - "testresults.txt".

in next build step, read txt file normal file operations.

you can across build configurations making file artifact in 1 configuration , fetching in another.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -