Skip to content

Commit 49a0400

Browse files
committed
Add a tiny note about json.args in the docs
1 parent ba1ee87 commit 49a0400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Every configuration option has a similar key which can be use to override it, sh
4848
| `messages.output` | `messagesOutput` | `cucumber-messages.ndjson` |
4949
| `json.enabled` | `jsonEnabled` | `true`, `false` |
5050
| `json.formatter` | `jsonFormatter` | `/usr/bin/cucumber-json-formatter` |
51+
| `json.args ` | `jsonArgs ` | `["custom-json-formatter.js"]` |
5152
| `json.output` | `jsonOutput` | `cucumber-report.json` |
5253
| `filterSpecs` | `filterSpecs` | `true`, `false` |
5354
| `omitFiltered` | `omitFiltered` | `true`, `false` |

0 commit comments

Comments
 (0)