...
List tests:
GET http://teamcity:8111/app/rest/testOccurrences?locator=<locator dimension>:<value>
Supported locators:
build
build:(id:buildId) ,muted:true
(tests which were muted when - test run in the build ran)build:(id:buildId),currentlyMutedmuted:true
- (failures were not muted, but the tests which were muted since when the failurebuild ran)test
currentlyFailing:true,affectedProject:<project locator>
- tests currently failing under the project specified (recursively)currentlyMuted:true,affectedProject:<project locator>
- tests currently muted under the project specified (recursively) - See also project's Muted Problems tab
Examples:
List all build's tests: GET http://teamcity:8111/app/rest/testOccurrences?locator=build:<buildLocator>
...