K6 Reporter Versions Save

Output K6 test run results as formatted & easy to read HTML reports

2.4.0

2 years ago
  • Changes from #39
    • An error would get thrown trying to process data.metrics.iterations.values.count because iterations doesn't exist for websockets
    • Most of the results wouldn't get displayed because most of them are "count" or "rate"
    • Also addresses this issue: #32

2.3.1

2 years ago
  • Fixes VUs undefined error #19

2.3.0

2 years ago
  • Many fixes to custom metrics output, which was horribly broken, now isn't
  • Adds debug option

2.2.0

3 years ago

Adds request failure count to report main page

2.1.1

3 years ago

🔥 Breaking Changes!

This release changes the output of htmlReport from an object to a string, this brings it in line with other output summary wrappers (e.g. textSummary) and simplifies using it in combination with other outputs

The new way to use is now

export function handleSummary(data) {
  return {
    "summary.html": htmlReport(data),
  };
}

2.0.0

3 years ago

Tagged release of new v2 JavaScript version

1.2.1

3 years ago

Final release of Go version

Fixes some stupid stuff I pushed to main by mistake

💥NOTE. This Go / binary conversion tool is now deprecated, please switch to using the JS module and handleSummary()

1.2.0

3 years ago
  • Switched to Go 1.16 and embedding
  • Probably some fixes I don't remember lol

1.1.0

3 years ago

Completely new report format :)

1.0.0

3 years ago

First release

Standalone Linux x64 binary is attached