I am looking to retrieve a list of flaky tests and details from builds via TeamCity API. I don't have any leads. Please suggest better options to retrieve flaky tests from TeamCity.
Asked
Active
Viewed 170 times
2
-
There is currently no public API to get that data. What we did was to inspect the network calls that the web page makes to their private endpoints and just called it directly ourselves with the appropriate credentials. – aridlehoover Jul 22 '23 at 01:26