get Testcount of multiple Buildconfigurations Permanently deleted user Created May 22, 2019 17:32 Hi, we want to get a total Testcount for multiple buildconfigurations and show it in another buildconfigurations as normal statistics. How can we do that? br Rene
Hi Rene,
You can use the REST API to locate tests: https://confluence.jetbrains.com/display/TCD18/REST+API#RESTAPI-BuildproblemsTestsTestsandBuildproblems
then aggregate them and use the statistics as you would like.
Would that work for you?