karma-runner / karma-teamcity-reporter

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

this._browsers is undefined when calling push in lib/reporters/base.js #22

Closed babadofar closed 10 years ago

babadofar commented 10 years ago

When using karma version 0.12.24 and the teamcity reporter, the bug described at https://github.com/karma-runner/karma/issues/1034 Similar issue has been resolved in karma-spec-reporter https://github.com/mlex/karma-spec-reporter/issues/6

babadofar commented 10 years ago

Fixed by this (tiny) PR https://github.com/karma-runner/karma-teamcity-reporter/pull/23

babadofar commented 10 years ago

This turned out to be some weird configuration error on my behalf. It was fixed by upgrading all dependent packages, and running karrma with both --single-run and --no-auto-watch flags.