-
Notifications
You must be signed in to change notification settings - Fork 44
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
BrowserStack host needed in tunnelOptions? #28
Comments
The best solution to this is to make sure If/when you need to have a username or access key, you should set those via environment variables and not in your config file. Consider That said, I think the problem here is that when you do put |
I had the same issue - adding the |
Is this still considered an open bug, or working as intended? Or, working as intended and could use a documentation update? |
Adding the following code to the "intern.js" config file, got my tests running as required
N.B. The username and accessKey can be found on the BrowserStack website, after creating account and navigating to At the bottom of the page is a section called "Automate" |
I tried to run the tutorial code towards BrowserStack, but nothing happened after the tunnel was created. No session appeared in the BrowserStack session interface. However, after adding host to tunnelOptions, it worked:
Perhaps the tutorial needs to be updated, or is this related to account type or something?
The text was updated successfully, but these errors were encountered: