Skip to content

Plugin Options

Properties

Name Type Description Required
formatters object Configuration for different report formatters

Additional Properties: not allowed
Example

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

formatters: object

Properties

Name Type Description Required
markdown object Configuration for the Markdown formatter
csv object Configuration for the CSV formatter

Additional Properties: not allowed
Example

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

formatters.markdown: object

Properties

Name Type Description Required
path string File path where the markdown report will be saved

Additional Properties: not allowed

formatters.csv: object

Properties

Name Type Description Required
path string File path where the CSV report will be saved

Additional Properties: not allowed