jasmine-node
jasmine-node copied to clipboard
JUnitReporter config does not support all options
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