Skip to content

Commit

Permalink
Option to define custom report name for xunit reporter
Browse files Browse the repository at this point in the history
Based on #2628
  • Loading branch information
pkuczynski committed May 9, 2019
1 parent 9b00fed commit b29a32b
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 b29a32b

Please sign in to comment.