bunyip
bunyip copied to clipboard
Automate client-side unit testing in real browsers using the CLI
I couldn't find any reference to the timeout parameter in the documentations and the default 300s limit is not enough for my tests. Is it possible to change it? I...
Hello! When I run the command `bunyip -f test.html local -l "safari"` it will launch Safari browser and then wait for the test execution, everything is ok with that. If...
I figured following up here on [the browser-launcher issue](https://github.com/substack/browser-launcher/issues/18) was the easiest way :) As mentioned [launchpad](https://github.com/ekryski/launchpad) can also start Browserstack workers through pretty much the same API which looks...
BrowserStack has a new API version https://github.com/browserstack/api/tree/v3
Hi there, I just updated bunyip, I run 0.2.2. I'm not sure I'm set up correctly with browserstack. I run the following command: ``` bunyip -f index.html -b ios ```...
Look at using Chocolatey to handle deps and powershell for scripting any installes needed. https://github.com/chocolatey/chocolatey
Have you thought of adding testswarm support to bunyip, in addition to yeti, which as we found here seems to have some drawbacks in our usage case. Specifically the fact...
See here http://testling.com/docs#visit-a-page I'll try and wrap this up and require a config setting to choose which service you want. e.g. ``` js config.browserservice = { "browserstack": { username: "",...