-
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
BrowserStack support #96
Comments
Totally. |
Agree that this would be a great addition. I'd love to be able to run tests in IE versions from a CI box. |
As I could write it but don't have an account with BrowserStack I just sent them an email if they are willing to give me one for creating this feature. So let's see if they are interested. |
Thanks to BrowserStack I've now got an account with api access. I will start hacking as soon as I find the time! |
Ha, awesome. Hopefully it won't be too painful. |
It won't be done in half an hour but I hope that I'm finished in a few days. I'm thinking about api right now and would suggest the following. (Not sure that it will work but it would be quite nice) browserStack = {
user: 'username',
password: 'secret'
};
browsers = ['BS::Firefox', 'BS::iOS', 'BS::Chrome']; Any other suggestions? |
I think that looks fantastic - it would be great if the API were that simple. |
Awesome @dignifiedquire ! Having integration with BS would be great. However, you need a public IP/domain to access testacular running on your machine. How do you want to solve that ? Do they have http APIs for starting a browser ? Let me know if you need any help, this is gonna be great !!! |
It's gonna be a little tricky but I think it should work
|
https://github.com/shtylman/localtunnel might be worth a look? |
@mrappleton Thanks. That looks great. |
First screenshot of a tunneled testacular connection :) |
As this thing is a little bit bigger than most other stuff I've started writing about it to document what I'm doing and to let every one know how it's coming along. You can find it here. |
Maybe the best part about localtunnel is it's tagline |
@Iristyle True story :D |
In all seriousness though, great work so far -- thanks so much for baking this out... I wish I could have had the time to lend a hand on this one, since it's such a valuable feature to me. Next time I guess ;0 |
BrowserStack now offers its own tunneling from the command line http://www.browserstack.com/local-testing and you can use it through @dbrans's browserstack-cli. |
@airportyh Thanks for the info. Will take it into account as soon as I get to finishing this. |
I will wait with this until the browsers are extracted into their own modules. See #158. |
This still on the radar? Would be so nice for CI servers. |
@GEDDesign Yes it is. I want to merge #317 first so this is easier to configure for the user. But as soon as that is done I'll finish this. |
Sorry, #317 is blocked on me. I'm still thinking what is the best way of On Sun, Mar 17, 2013 at 2:07 AM, Friedel Ziegelmayer <
|
Is that new pull request in #317 going to help with this? |
Awesome! browserstack support is coming. |
There seems to be already launcher for browserstack, check out https://github.com/toolkitchen/karma-browserstack-launcher Also, if anybody interested in improving this launcher, check out https://github.com/karma-runner/karma-sauce-launcher So I'm closing this... |
https://github.com/karma-runner/karma-browserstack-launcher seems to be the continuation of this thread |
It would be awesome to be able to pipe test runs to a BrowserStack back-end -- see bunyip for examples.
The text was updated successfully, but these errors were encountered: