Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple reporterOutputs? #261

Open
atdiff opened this issue Jul 19, 2016 · 0 comments
Open

Multiple reporterOutputs? #261

atdiff opened this issue Jul 19, 2016 · 0 comments

Comments

@atdiff
Copy link

atdiff commented Jul 19, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant