We are setting up TeamCity to run our jasmine tests using node and karma.
The tests run fine and results are reported under the \"Tests\" tab in TeamCity.
Howeve
Don't know, if the sequence is important, and shouldn't you use [] brackets at preprocessors entries?
Try the following:
reporters: ['progress', 'coverage'], preprocessors: { 'myProject/Scripts/app/**/*.js': ['coverage'] },