Options relating to formatters - which ones to use, where to write their output, how they should behave
Zero or more mappings of file output path (key) to name/path of the formatter to use (value)
{ "./reports/cucumber.html": "html", "./reports/custom.txt": "./custom-formatter.js"} Copy
{ "./reports/cucumber.html": "html", "./reports/custom.txt": "./custom-formatter.js"}
Options to be provided to formatters
The value must be a JSON-serializable object.
Options for report publication, or false to disable publication
false
Name/path of the formatter to use for stdout output
stdout
Options relating to formatters - which ones to use, where to write their output, how they should behave