-
Notifications
You must be signed in to change notification settings - Fork 56
After BrowserStackLocal runner app update wdio fails to run local BrowserStack server #105
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
Comments
Hey @dimkin-eu In case you need to run both the desktop app as well as use Webdriver IO for an automate test, you can use the local identifier option in your WebdriverIO configuration. This will allow both the local connections to be run simultaneously (Desktop app for local + local binary for WebdriverIO) You need to add the below
Refer: https://github.com/browserstack/browserstack-local-nodejs#local-identifier In your capabilities, within Your
This will prevent the error from showing up |
@shawnlobo96 a little bit cumbersome, and looks like another workaround :) |
@dimkin-eu this is indeed another workaround. Browserstack local does not set a local identifier by default. Ideally, when you require multiple binaries to be run with the same Also, the local identifier you use is specific to your account. Let's say you are using local identifier TLDR: you need to have the same You can write at '[email protected]' in case you still have any further questions or feedback :) |
Environment (please complete the following information):
Config of WebdriverIO
common things, apart this
Describe the bug
BrowserStack dropped old app, and the new app creates problems for running
To Reproduce
Expected behavior
test runs
Log
For a workaround is not enough to uninstall the app or just kill running processes - you need to kill both ( app is pretty smart :) )
The text was updated successfully, but these errors were encountered: