Andy Ma

Results 3 comments of Andy Ma

I have the same issue in vs with version 1.1.3 ------ Run test started ------ An exception occurred while invoking executor 'executor://karmatestadapter/': One or more errors occurred. Value cannot be...

Got the same issue with **ChromeHeadless**, ``` 10 07 2020 12:24:59.551:ERROR [karma-server]: TypeError: Cannot read property 'log' of undefined at TeamcityReporter.getLog (X:\work\1536afa0d351403c\Web\node_modules\karma-teamcity-reporter\index.js:126:29) at TeamcityReporter.specSuccess (X:\work\1536afa0d351403c\Web\node_modules\karma-teamcity-reporter\index.js:81:20) at TeamcityReporter.BaseReporter.onSpecComplete (X:\work\1536afa0d351403c\Web\node_modules\karma\lib\reporters\base.js:107:12) at Server....

I made a workaround by creating a patcher like this in `karma-teamcity-reporter-patcher.js`: ``` module.exports = function(tcReporterPlugin) { const TCReporter = tcReporterPlugin['reporter:teamcity'][1]; var newTCReporter = function(baseReporterDecorator) { TCReporter.call(this, baseReporterDecorator); var specSuccess...