Skip to content
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

Add report summary CLI flag #1168

Merged
merged 5 commits into from
Nov 13, 2019
Merged

Add report summary CLI flag #1168

merged 5 commits into from
Nov 13, 2019

Commits on Nov 13, 2019

  1. ui: add JSON summarize

    cuonglm committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    5ef619a View commit details
    Browse the repository at this point in the history
  2. cmd: add --summary-export flag

    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
    cuonglm committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    ad37fbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3719e23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60b980d View commit details
    Browse the repository at this point in the history
  5. ui: fix TestSummary

    cuonglm committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    15552be View commit details
    Browse the repository at this point in the history