Skip to content

Commit

Permalink
Add html reporter alias
Browse files Browse the repository at this point in the history
  • Loading branch information
khg0712 authored and juergba committed Jan 3, 2020
1 parent d29d688 commit 78b7c85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Expand Up @@ -1520,9 +1520,9 @@ Alias: `XUnit`, `xunit`

The XUnit reporter is also available. It outputs an XUnit-compatible XML document, often applicable in CI servers.

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

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

### Third-Party Reporters

Expand All @@ -1535,7 +1535,7 @@ Examples:

### HTML Reporter

Alias: None
Alias: `HTML`, `html`

**The HTML reporter is not intended for use on the command-line.**

Expand Down

0 comments on commit 78b7c85

Please sign in to comment.