-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON -report does not work. #355
Comments
This vanished in the CLI rewrite as the way reports are generated changed majorly. |
Has this functionality been included again? If not, do you have an idea of when it might be included again? |
@jakobnielsen: no, unfortunately we still don't have this, mostly due to the complexities involved with clustered/cloud orchestration and |
Thank you for the reply, I'm following this issue and hoping for it to to be included again. |
I know that a '+1' wont help much, but I think it would be good if we can track how many people would like to see this resolved. |
Add --report-summary flag for "k6 run", the parameter is output file to write report summary in JSON format. Empty string means output to standard out. Close #355
Add --report-summary flag for "k6 run", the parameter is output file to write report summary in JSON format. Empty string means output to standard out. Close #355 ui: fix linter
Add --report-summary flag for "k6 run", the parameter is output file to write report summary in JSON format. Empty string means output to standard out. Close #355 ui: fix linter
Add --report-summary flag for "k6 run", the parameter is output file to write report summary in JSON format. Empty string means output to standard out. Close #355 ui: fix linter
Add --report-summary flag for "k6 run", the parameter is output file to write report summary in JSON format. Empty string means output to standard out. Close #355 ui: fix linter
Add --summary-export flag for "k6 run", the parameter is output file to write report summary in JSON format. Empty string means output is ignored. Close #355
Add --summary-export flag for "k6 run", the parameter is output file to write report summary in JSON format. Empty string means output is ignored. Close #355
Add --summary-export flag for "k6 run", the parameter is output file to write report summary in JSON format. Empty string means output is ignored. Close #355
Amazing! Thanks for adding this! |
Thank you so much, this is great! |
I didn't know about the feature "Aggregated metrics in JSON format" - #274.
Does
k6
support the optionk6 run -r
? I think this may be a bug introduced during the CLI refactor.Relates to #351
The text was updated successfully, but these errors were encountered: