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

fix(e2e-nightwatch): check for correct flag name #5016

Merged
merged 2 commits into from Jan 3, 2020

Conversation

LinusBorg
Copy link
Member

flag is documented as --use-selenium but we checked for args['with-selenium']
fix #5015

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:

flag is documented as `--use-selenium` but we checked for `args['with-selenium']`
fix #5015
@LinusBorg LinusBorg changed the title fix(e2e-nightwatch): check for correct flag name [WIP] fix(e2e-nightwatch): check for correct flag name Jan 1, 2020
@LinusBorg LinusBorg self-assigned this Jan 1, 2020
@LinusBorg LinusBorg changed the title [WIP] fix(e2e-nightwatch): check for correct flag name fix(e2e-nightwatch): check for correct flag name Jan 1, 2020
@LinusBorg LinusBorg removed their assignment Jan 1, 2020
@LinusBorg LinusBorg requested a review from sodatea January 1, 2020 16:31
@sodatea sodatea merged commit bc2dc96 into dev Jan 3, 2020
@sodatea sodatea deleted the LinusBorg-patch-issue#5015 branch January 3, 2020 06:51
mactanxin pushed a commit to mactanxin/vue-cli that referenced this pull request Feb 11, 2020
* fix(e2e-nightwatch): check for correct flag name

flag is documented as `--use-selenium` but we checked for `args['with-selenium']`
fix vuejs#5015

* test(e2e-nightwatch): selenium test
uses correct flag now
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.

Nightwatch plugin --use-selenium parameter does not take effect
2 participants