TeamCity Global Tests Statistics
Hello, I'm trying to figure out is there a way to display global test statistics?
e.g.:
We have project group called "Selenium" without any build configuration, there is 10 projects under it, each has selenium tests inside and own statistics page.
So there is 10 places with tests statistic charts.
What we would like to have is an aggregated global chart in parent project to get general overview
There is statistics tab in root project and we can add charts with tests count for each project by hand, but there is no way to get aggregated vaules (sum of tests, sum of failed tests)
Please sign in to leave a comment.
Hi Alexandr,
I'm afraid that aggregation of data is not available. The only possibility would be to have a graph where the different lines for the different builds are presented.
An option to get this might be to generate a build configuration that gathers all the statistic values you are interested in, calculates your own aggregates and creates a project-level report for it.