Relative Content

Tag Archive for restteamcity

How can I get the output of a TestOccurrence with the TeamCity REST API

I’m trying to get the output — as in stdout — of a test via the TeamCity REST API. This is visible in the TeamCity Web UI if you click on a test, it’s called the “stacktrace” (but actually includes all stdout from the test). I don’t see anything obvious in the TestOcurrence API docs, searching for either “log” or “stacktrace”…