Skip to content

Multiple reporterOutputs? #261

@atdiff

Description

@atdiff

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions