browserstack-cli
browserstack-cli copied to clipboard
A command line interface for the browserstack api
`$ browserstack browsers BrowserStack JavaScript API Version 3.0 has been deprecated. For more details, please visit: https://github.com/browserstack/api -` Is there another "browserstack cli" ?
In my scenario I'm using testem and browserstack-cli within circleci and am actively downloading the linux64 binaries during the dependency phase. The jar download seems unnecessary in many other cases...
Here are a few cases that work: ``` $ browserstack launch safari http://google.com Launched job 2770009. $ browserstack launch safari:6 http://google.com Launched job 2770010. $ browserstack launch safari:6.0 --os "OS...
When i try to execute command browserstack tunnel localhost:80 on my Windows 2008 machine I'm getting an error below: node.js:468 var b = process.binding('signal_watcher'); ^ Error: No such module at...
Hi all - thanks for developing this code. Having trouble getting it working however. ``` bash-3.2$ browserstack status Mac sessions limit: 4 Running windows sessions: 0 Total available time: 150000...
Browserstack has released a new version of the API: http://github.com/browserstack/api This version adds `os_version`, which is a very useful thing to be able to specify.
Hi, I've a problem using browserstack-cli with Node.js version 0.10.X . I've seen the same issue in Meteor this is the issue. https://github.com/meteor/meteor/pull/852 Could you check if it's possible to...