Import jasmine-node test reports

Hello @Bala_Joshi,

As mentioned in our doc, for JS/TS, only karma-sonarqube-unit-reporter and jest-sonar-reporter can be used to export to our Generic format. Is that possible for you to use Jest or Karma to run your tests?

Otherwise, I’m afraid you will have to implement this export format by yourself. Though based on what they did for Karma and Jest, it should not be a big effort.

Cheers