Skip to content

Commit

Permalink
Document option to define custom report name for XUnit reporter (#3906)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski authored and plroebuck committed May 12, 2019
1 parent 9b00fed commit ffbcbf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Expand Up @@ -1467,6 +1467,8 @@ The `xunit` reporter is also available. It outputs an XUnit-compatible XML docum

By default, it will output to the console. To write directly to a file, use `--reporter-options output=filename.xml`.

To specify custom report title, use `--reporter-options suiteName="Custom name"`.

### Third-Party Reporters

Mocha allows you to define custom reporters. For more information see the [wiki][mocha-wiki-more-reporters].
Expand Down

0 comments on commit ffbcbf6

Please sign in to comment.