Skip to content
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

Closed
vojtajina opened this issue Feb 18, 2013 · 5 comments
Closed

Launcher for sauce labs #357

vojtajina opened this issue Feb 18, 2013 · 5 comments

Comments

@vojtajina
Copy link
Contributor

Using webdriver, launch any browser on sauce labs.

@tonte-pouncil
Copy link

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?

@vojtajina
Copy link
Contributor Author

Thanks @pouncilt! Yep, I think it should use JS bindings for webdriver, but didn't look into the details yet...

@mikerudolph
Copy link

I too would like to see a launcher for saucelabs

@jbastow
Copy link

jbastow commented Jun 5, 2013

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 :)

@vojtajina
Copy link
Contributor Author

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:
angular/angular.js@33223e2

Note, that you don't need the custom bash script for connecting sauce connect, instead you can set startConnect: true. We do this, because we only start connect once and then reuse it for multiple karma runs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants