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 ConfigParser.merge bug where capabilities weren't getting updated #2109

Merged
merged 1 commit into from Aug 20, 2017

Conversation

oliverswitzer
Copy link

Proposed changes

This PR resolves #2108.

merge function now updates ConfigParser's internal _capabilities property, since it wasn't getting updated previously and was causing unexpected behavior when launching wdio programmatically with the Launcher class.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

Reviewers: @christian-bromann

NOTES:
- merge now updates ConfigParser capabilities property
Copy link
Member

@christian-bromann christian-bromann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I, Christian Bromann, approve this pull request 👏

Thanks!

@christian-bromann christian-bromann merged commit 760b6b8 into webdriverio:master Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't override config for adding a chrome extension using Launcher API
2 participants