What is the current behavior?
I am using Karma runner with Karma parallel and Karma sonarqube unit reporter. The sonarqube unit reporter throws the following error while trying to run ng test.
UncaughtException: TypeError: Cannot read property 'value' of undefined
at SonarQubeUnitReporter.specSuccess.specSkipped.specFailure (/node_modules/karma-sonarqube-unit-reporter/index.js:158:95)
I'm submitting a ...
What is the current behavior? I am using Karma runner with Karma parallel and Karma sonarqube unit reporter. The sonarqube unit reporter throws the following error while trying to run
ng test
.About environment: version: 0.0.23