karma-sonarqube-unit-reporter icon indicating copy to clipboard operation
karma-sonarqube-unit-reporter copied to clipboard

UncaughtException when integrating with karma-parallel

Open VisalakshiVairavan opened this issue 3 years ago • 0 comments

  • I'm submitting a ...

    • [x] bug report
    • [ ] feature request
  • 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)
  • About environment: version: 0.0.23

VisalakshiVairavan avatar Sep 15 '21 06:09 VisalakshiVairavan