I'm using Chutzpah console to run all tests in teamcity. Command line options:
/junit jasmine_report.html /teamcity /failOnError
This produces JUnit report in xml format. How can i visualize this as TeamCity tab (as Specflow, etc.).
It will be great to see all passed/not passed tests. I know there is Tests tab, but it is not human-readable one.