Skip to content

v0.4.3 - replay results

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jun 13:37
· 309 commits to master since this release

Main new features:

  • replay results: the extension adds a dashboard replay subcommand to the k6 command line, which can be used to play back test run results previously saved in JSON format for the dashboard.
$ ./k6 dashboard replay --help

The replay command load the saved JSON results and replay it for the dashboard UI.
The compressed file will be automatically decompressed if the file extension is .gz

Usage:
  k6 dashboard replay file [flags]

Flags:
      --config string   UI configuration file location (default: '.dashboard.js')
      --host string     Hostname or IP address for HTTP endpoint (default: '', empty, listen on all interfaces)
      --open            Open browser window automatically
      --period 10s      Event emitting frequency (default: 10s), example: `1m` (default 10s)
      --port int        TCP port for HTTP endpoint (default: 5665), example: 8080 (default 5665)
  -h, --help            help for replay