REST api - get pass/fail numbers of tests in a suite

Can I use the rest api to get the number of tests that pass/f fail on a specific suite?

Or is there any way to get this data that is not by manually going to the site and searching the suite.

0
2 comments

Hi David,

Do you want to have this for a specific build? If so, you could get all the tests in a build and then run your own filtering, be it a full suite or anything you consider appropriate: https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-BuildproblemsTestsTestsandBuildproblems.

Do you want to get all the history for the tests of a given suite?

0
Avatar
Permanently deleted user

Hi Denis,

Yes, I want to get this for a specific build (to be more accurate - the last build of a specific build configuration), I saw this request, but I only need about 80-120 tests from a build with over 7000 tests, so I hoped there is a way to do this without requesting so much not needed data,

Thank you.

0

Please sign in to leave a comment.