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"
}
Options to be provided to formatters
The value must be a JSON-serializable object.
Options for report publication, or false
to disable publication
Name/path of the formatter to use for stdout
output
Generated using TypeDoc
Options relating to formatters - which ones to use, where to write their output, how they should behave