florin-stefan/Pitwall k6 Report
Turn k6 results into a portable HTML report — with threshold gating and a PR-ready markdown summary
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| results | Path(s) to the k6 output file(s), space-separated — the raw --out json stream and/or a handleSummary() export | yes | — |
| output | Directory the report is written to | no | pitwall-report |
| name | Test name shown in the report | no | "" |
| run-id | Identifier for this run in history (e.g. the CI run number) | no | "" |
| history-dir | Where multi-run history is read from / written to (persist this between runs to get trend charts) | no | "" |
| fail-on-thresholds | Fail this step when any k6 threshold was breached (the report is still written first) | no | false |
| step-summary | Append the markdown run summary to the GitHub job summary page | no | true |
| md-summary | Also write the markdown summary to this file (e.g. to post as a PR comment) | no | "" |
Outputs
| name | description |
|---|---|
| report-dir | Directory the report was written to |