-
Notifications
You must be signed in to change notification settings - Fork 56
Problem with the Local Bindings for Nodejs while using a Windows system locally. #29
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
can you provide more details. ? |
I'm having the same issue: systemnodejs: 8.5.0 config
|
We're encountering the same issue when attempting to use |
I figured out that their documentation is wrong. the keys for this are actually const browserStackConfig = {
'browserstackUser': BROWSERSTACK_USER,
'browserstackKey': BROWSERSTACK_KEY,
commonCapabilities: {
'browserstack.debug': true,
'browserstack.local': true,
'acceptSslCerts': 'true',
'browserstack.ie.enablePopups': true,
'browserstack.edge.enablePopups': true,
},
} user/key fall under the toplevel config and shouldn't be added to capabilities. It also seems like adding localIdentifier to capabilites breaks it as well. Also notice that the creds aren't dot separated like on their site. They are camelCase. |
Started a ticket with support but I figured I'd add an issue here.
It's inconsistent but the error is: "[browserstack.local] is set to true but local testing through BrowserStack is not connected".
The text was updated successfully, but these errors were encountered: