-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
Is it possible to have multiple reporters that go to different reporterOutput? For instance, I want the jshint results to go to the standard console output as well as be put into a file.
I'm currently using options of to get it into a file:
options: {
reporter: 'checkstyle',
reporterOutput: './src/test/reports/static_analysis/jshint-jslint-report.xml',
reporterOutputRelative: false }
I could just have 2 targets, but that duplicates running the jshint process over the same files. Whereas it'd be nice to just have the results go to 2 different output locations (console and file).
In my ideal world, I'd like to have the console output in the default report style or allow variation.
Metadata
Metadata
Assignees
Labels
No labels