TeamCity shows incorrect number of tests in the main page

1k Views Asked by At

TeamCity is showing a certain number of tests in the main page: Main page

However, if I enter the test itself then it is showing a different number: Test page

I have checked, and it appears that the number shown inside the test (78) is the real number of tests that ran. Why is it showing a different number in the main page?

edit: It appears that in the overview tab it is also showing 77 at the top, but stating that 78 tests have passed, as they should. Why is the number above the only one that is not matching? Overview Tab

1

There are 1 best solutions below

0
On

The test logs of junit type are being truncated for some reason. While I have no fix form that, you can try to change the test output to teamcity Service Messages style. PHPUnit has the --teamcity option for example.