From 78b7c852bb1f15589f0cbf22ab185290b51ca3ee Mon Sep 17 00:00:00 2001 From: Hugo Kim Date: Fri, 3 Jan 2020 22:22:14 +0900 Subject: [PATCH] Add html reporter alias --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 17d433f603..df24f6853e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 @@ -1535,7 +1535,7 @@ Examples: ### HTML Reporter -Alias: None +Alias: `HTML`, `html` **The HTML reporter is not intended for use on the command-line.**