Skip to content

Commit

Permalink
docs: link to json output example
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierJM authored and captain-yossarian committed Jul 18, 2019
1 parent 58d612e commit ca5afe0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/CLI.md
Expand Up @@ -194,7 +194,7 @@ Prints the test results in JSON. This mode will send all other test output and u

### `--outputFile=<filename>`

Write test results to a file when the `--json` option is also specified.
Write test results to a file when the `--json` option is also specified. The returned JSON structure is documented in [testResultsProcessor](Configuration.md#testResultsProcessor-string).

### `--lastCommit`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.x/CLI.md
Expand Up @@ -168,7 +168,7 @@ Prints the test results in JSON. This mode will send all other test output and u

### `--outputFile=<filename>`

Write test results to a file when the `--json` option is also specified.
Write test results to a file when the `--json` option is also specified. The returned JSON structure is documented in [testResultsProcessor](Configuration.md#testResultsProcessor-string).

### `--lastCommit`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.x/CLI.md
Expand Up @@ -180,7 +180,7 @@ Prints the test results in JSON. This mode will send all other test output and u

### `--outputFile=<filename>`

Write test results to a file when the `--json` option is also specified.
Write test results to a file when the `--json` option is also specified. The returned JSON structure is documented in [testResultsProcessor](Configuration.md#testResultsProcessor-string).

### `--lastCommit`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.0/CLI.md
Expand Up @@ -195,7 +195,7 @@ Prints the test results in JSON. This mode will send all other test output and u

### `--outputFile=<filename>`

Write test results to a file when the `--json` option is also specified.
Write test results to a file when the `--json` option is also specified. The returned JSON structure is documented in [testResultsProcessor](Configuration.md#testResultsProcessor-string).

### `--lastCommit`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.1/CLI.md
Expand Up @@ -195,7 +195,7 @@ Prints the test results in JSON. This mode will send all other test output and u

### `--outputFile=<filename>`

Write test results to a file when the `--json` option is also specified.
Write test results to a file when the `--json` option is also specified. The returned JSON structure is documented in [testResultsProcessor](Configuration.md#testResultsProcessor-string).

### `--lastCommit`

Expand Down

0 comments on commit ca5afe0

Please sign in to comment.