krummbar/bruno-run-report
Attaches a bru run execution Markdown summary
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| run-report-path | Path of the bru run execution summary. | yes | — |
| output-path | If provided the contents of the markdown report will be written to the given path. | no | — |
| include-footer | En- or disable the report footer. | no | true |
| include-report-sources | If enabled, each suite includes the raw JSON details of the run result. | no | false |
| only-failed | Skips successful testsuites in the report if set true. | no | false |
| report-title | Set a custom title for the report. | no | Bruno Run |
Outputs
| name | description |
|---|---|
| success | Indicates test run success status. |
| md-report-path | The contents of the markdown file. |