-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add ability to use a remote selenium server that requires auth #1
Comments
Thanks for submitting this, I'll look into it. |
Are there any plans to add BrowserStack integration? |
Yes, soon after saucelabs support will be added. |
👍 |
Support for saucelabs is added. Use as follows or check the sample
|
Wow that was fast, thank you and great job! |
timcrider, I think it may already work with BrowserStack as well? Could you give it a try please? |
Confirmed. This works with BrowserStack.
|
Greetings, I've added to my nightwatch.json file in the bin directory, but am getting a "No testing environment specified" error when I run my test from the cmd line. Anyone else run into this? |
You need to pass in the 'environment' via the |
Got it working, thank you davidlinse! |
Anyone here using Sauceconnect with nightwatch? need info on how it is to be setup. |
Hello everyone! Some support needed. My nightwatch configuration looks like this: and 'username': ${my_username} Thanks in advance! |
Fix probs with selenium/standalone-firefox:3.5.0
Currently nightwatch seems to only run locally. Would be great to e.g. run tests on Sauce Labs using
nightwatch saucelabs
:The text was updated successfully, but these errors were encountered: