Skip to content

Plugin Options

Properties

NameTypeDescriptionRequired
formattersobjectConfiguration for different report formatters

Additional Properties: not allowed
Example

{
"formatters": {
"markdown": {},
"csv": {}
}
}

formatters: object

Properties

NameTypeDescriptionRequired
markdownobjectConfiguration for the Markdown formatter
csvobjectConfiguration for the CSV formatter

Additional Properties: not allowed
Example

{
"markdown": {},
"csv": {}
}

formatters.markdown: object

Properties

NameTypeDescriptionRequired
pathstringFile path where the markdown report will be saved

Additional Properties: not allowed

formatters.csv: object

Properties

NameTypeDescriptionRequired
pathstringFile path where the CSV report will be saved

Additional Properties: not allowed