-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Launcher for sauce labs #357
Comments
I wrote a maven plugin that uses WebDrivers to access IE browsers on Saucelabs. You can check it out here:https://github.com/pouncilt/saucelabs-maven-plugin Are you looking for a JavaScript solution to SauceLabs? |
Thanks @pouncilt! Yep, I think it should use JS bindings for webdriver, but didn't look into the details yet... |
I too would like to see a launcher for saucelabs |
Been hacking around with this a bit today for an internal solution, managed to get something running by applying the #533 pull request to a forked copy of Karma The code is available at https://github.com/hindsightsoftware/karma-webdriver-launcher, feedback and suggestions welcome :) |
I'm closing this. There's webdriver launcher that @jbastow mentioned and also a specific launcher for sauce labs, which contains sauce connect and all kinds of sauce labs configs https://github.com/karma-runner/karma-sauce-launcher Here's an example how to use it - AngularJS travis build is already using it: Note, that you don't need the custom bash script for connecting sauce connect, instead you can set |
Using webdriver, launch any browser on sauce labs.
The text was updated successfully, but these errors were encountered: