karma-runner / karma-teamcity-reporter

A Karma plugin. Report results for Teamcity CI.
MIT License
34 stars 47 forks source link

angular 6 cli reporting #85

Closed timmyg closed 6 years ago

timmyg commented 6 years ago

With the new version of angular cli, there is no longer a --reporters options to specify

ng test --reporters teamcity

They have moved to an angular.json but I have been unable to figure out how to get the previous functionality of reporting back the number of tests passed/failed

timmyg commented 6 years ago

looks like you can just moved this to the karma.conf.js rather than have it in the cli:


....
   reporters: ['teamcity']
...