jasmine-node icon indicating copy to clipboard operation
jasmine-node copied to clipboard

JUnitReporter config does not support all options

Open rdohms opened this issue 10 years ago • 0 comments

The current call for reporters: https://github.com/mhevery/jasmine-node/blob/master/lib/jasmine-node/index.js#L121 does not include handling of parameters available in the reporter constructor https://github.com/larrymyers/jasmine-reporters/blob/jasmine1.x/src/jasmine.junit_reporter.js#L51-L57

Namely:

  • filePrefix
  • consolidateAll

rdohms avatar Sep 18 '15 14:09 rdohms