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

headless=false #43

Merged
merged 4 commits into from May 17, 2019
Merged

headless=false #43

merged 4 commits into from May 17, 2019

Commits on May 17, 2019

  1. fix: support testium_chrome__headless=false

    Unfortunately, the env var overrides from `rc` set strings, which aren't
    falsey - since your DISPLAY might be defaulting even an unset headless
    to `true`, you couldn't override it conveniently before
    dbushong committed May 17, 2019
    Configuration menu
    Copy the full SHA
    38d0524 View commit details
    Browse the repository at this point in the history
  2. chore: switch to npm6

    dbushong committed May 17, 2019
    Configuration menu
    Copy the full SHA
    ccfd174 View commit details
    Browse the repository at this point in the history
  3. chore: travis: try removing oracle-java setting

    it now produces `Unable to locate package oracle-java8-set-default`
    dbushong committed May 17, 2019
    Configuration menu
    Copy the full SHA
    f5184cd View commit details
    Browse the repository at this point in the history
  4. chore: upgrade node versions

    with 8.x > 8.12.0 we get npm6 preinstalled
    dbushong committed May 17, 2019
    Configuration menu
    Copy the full SHA
    1db5303 View commit details
    Browse the repository at this point in the history