Skip to content

feat(nightwatch): check user's installed browser versions on scaffolding / before running tests #4563

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

Merged
merged 4 commits into from
Sep 12, 2019

Conversation

haoqunjiang
Copy link
Member

  1. By checking for firefox installation, users can save the bandwith of
    downloading the geckodriver package if they don't need it;
  2. By detecting installed Chrome version, even if we failed to closely
    follow up chromedriver's releases, users can still get the correct
    version they need;
  3. By comparing user's Chrome version with the installed chromedriver
    version and output warnings, users can have a basic knowledge of what
    actions to take if they accidentally updated to an incompatible
    version of Chrome.

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Underlying tools
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

Other information:

…ing / before running tests

1. By checking for firefox installation, users can save the bandwith of
downloading the geckodriver package if they don't need it;
2. By detecting installed Chrome version, even if we failed to closely
follow up chromedriver's releases, users can still get the correct
version they need;
3. By comparing user's Chrome version with the installed chromedriver
version and output warnings, users can have a basic knowledge of what
actions to take if they accidentally updated to an incompatible
version of Chrome.
@haoqunjiang haoqunjiang merged commit 0473432 into vuejs:dev Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant