Skip to content

Commit

Permalink
docs: screenshot to save report section
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Aug 16, 2023
1 parent 90e4832 commit 7d89d45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ By using the `--report` switch of the `dashboard replay` command, the report can
k6 dashboard replay --report test-report.html test-result.json
```
*Example HTML report*
![k6 dashboard HTML report](screenshot/k6-dashboard-html-report.png)
See [sample HTML report](screenshot/k6-dashboard-html-report.html) or try the [online version](https://raw.githack.com/szkiba/xk6-dashboard/master/screenshot/k6-dashboard-html-report.html)
## Events
The `/events` endpoint (default: http://127.0.0.1:5665/events) is a standard SSE event source endpoint. Using this event source you can create your own dashboard UI.
Expand Down

0 comments on commit 7d89d45

Please sign in to comment.