Skip to content

Plugin Options

Properties

NameTypeDescriptionRequired
formattersobjectConfiguration for different report formatters

Additional Properties: not allowed
Example

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

Properties

NameTypeDescriptionRequired
textobjectConfiguration for the text (console) formatter
markdownobjectConfiguration for the Markdown formatter
csvobjectConfiguration for the CSV formatter

Additional Properties: not allowed
Example

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

Properties

NameTypeDescriptionRequired
summaryOnlybooleanWhen true, only shows the summary without detailed reports
pathstringFile path where the plain text report will be saved (ANSI escape codes are stripped)

Additional Properties: not allowed

Properties

NameTypeDescriptionRequired
pathstringFile path where the markdown report will be saved

Additional Properties: not allowed

Properties

NameTypeDescriptionRequired
pathstringFile path where the CSV report will be saved

Additional Properties: not allowed