How do i get Pass, Fail & Skipped tests count in build result?
I can only able to see Passed & Failed result count in build result area. I need some more information along with it as per attached image. I need information of Passed Count, Failed Count, Skipped Count & Total Number of Tests. Could you please let me know how to do this?

Please sign in to leave a comment.
Hi,
this is the build status text. We have some defaults that cannot be altered, but can be overwritten via service messages: https://confluence.jetbrains.com/display/TCD10/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ReportingBuildStatus
You can create your own script that parses the test results and posts the text you would like to see using the information from the link above.
Hope this helps.