TeamCity is showing a certain number of tests in the main page:
However, if I enter the test itself then it is showing a different number:
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?
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 toteamcity
Service Messages style. PHPUnit has the--teamcity
option for example.