SurveyMonkey / pyteamcity

Use the TeamCity REST API from Python
51 stars 50 forks source link

Adding API to get individual test history #28

Closed throwable-one closed 8 years ago

throwable-one commented 8 years ago

https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-Tests

Get individual test history: GET http://teamcity:8111/app/rest/testOccurrences?locator=test:

msabramo commented 8 years ago

Thanks!