In the official page I can see this: http://www.jetbrains.com/teamcity/img/screenshots/1-continuous-integration.png. Look at "IntegrationBuild". The build titles are not "Success" as usual, but "Test passed: XXXX". Also, look at this: https://confluence.jetbrains.com/download/attachments/74847116/failedTests.png?version=1&modificationDate=1375387904000&api=v2. There is a Tests tab.
- How I can enable the "Test passed" report? Also, how I can collect the TotalTestCount statistic? (I need this for the statistics tab.)
- I also found the Tests tab on some screenshots. How I can generate data for this tab?
Of course, I run unit tests too. I have Karma as a test runner and Jasmine as a test framework. I use the standard Karma coverage reporter, so I can see percent coverage for the whole project and for specified files too, but I have the standard "Success" message. Where I can I find info about it?