Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Summary report in json format is missing fields defined in summaryTrendStats #1611
Comments
Thanks for reporting this! It was previously reported in #1433, but I'll keep this issue open and close the other one, since this has more details. |
Also, this is potentially a connected issue, though maybe not quite the same: #1253 |
Hi @na-- do you have any updates on this issue? |
Yes, it's likely we'll fix this for k6 v0.30.0, since it's connected to other end-of-test summary issues we're currently working on. |
We are waiting for it |
The summary report in stdout has fields provided by summaryTrendStats, but in JSON format report ignores that definition
Environment
K6 version:
k6 v0.27.1 (2020-07-30T10:20:27+0000/v0.27.1-0-g4ee1ca96, go1.14.6, linux/amd64)
OS version:
18.04.2 LTS (Bionic Beaver)
Expected Behavior
The fields defined in
summaryTrendStats
are represented in the JSON summary reportActual Behavior
The fields defined in
summaryTrendStats
are ignored during the JSON summary report generationSteps to Reproduce the Problem
p(98)
with theoptions
k6 run
with the--summary-export
agrument to generate JSON summary reportStdout summary report
JSON summary report