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

Redirect console to a file. #833

Merged
merged 2 commits into from
Jan 18, 2019
Merged

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    76f07f3 View commit details
    Browse the repository at this point in the history
  2. Add console-output option.

        `console-output` attaches a new file based
    console to the VUs. This allows users to redirect
    all their `console.log/warn/etc.` to the given file.
    This prevents the stdout from getting cluttered with
    debug statements that may be printed in the test `.js` files.
    cheesedosa committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    b8c8aee View commit details
    Browse the repository at this point in the history