Plugin Options
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| formatters | object | Configuration for different report formatters |
Additional Properties: not allowed
Example
{ "formatters": { "text": {}, "markdown": {}, "csv": {} }}formatters: object
Section titled “formatters: object”Properties
| Name | Type | Description | Required |
|---|---|---|---|
| text | object | Configuration for the text (console) formatter | |
| markdown | object | Configuration for the Markdown formatter | |
| csv | object | Configuration for the CSV formatter |
Additional Properties: not allowed
Example
{ "text": {}, "markdown": {}, "csv": {}}formatters.text: object
Section titled “formatters.text: object”Properties
| Name | Type | Description | Required |
|---|---|---|---|
| summaryOnly | boolean | When true, only shows the summary without detailed reports | |
| path | string | File path where the plain text report will be saved (ANSI escape codes are stripped) |
Additional Properties: not allowed
formatters.markdown: object
Section titled “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
Section titled “formatters.csv: object”Properties
| Name | Type | Description | Required |
|---|---|---|---|
| path | string | File path where the CSV report will be saved |
Additional Properties: not allowed