From ca3e3cff29cc60a74849652e956fbf7026eff2e8 Mon Sep 17 00:00:00 2001 From: Lindsay-Needs-Sleep Date: Tue, 1 Oct 2019 02:21:53 -0600 Subject: [PATCH] Issue #4027 Fix Json Stream Reporter documentation --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 5dac9ff173..b0d81fee5c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1422,7 +1422,7 @@ The "JSON" reporter outputs a single large JSON object when the tests have compl ### JSON Stream -The "JSON stream" reporter outputs newline-delimited JSON "events" as they occur, beginning with a "start" event, followed by test passes or failures, and then the final "end" event. +The "JSONStream" reporter outputs newline-delimited JSON "events" as they occur, beginning with a "start" event, followed by test passes or failures, and then the final "end" event. ![json stream reporter](images/reporter-json-stream.png?withoutEnlargement&resize=920,9999){:class="screenshot" lazyload="on"}