We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create new command local that will launch all locally installed browsers or specify which ones.
local
Launch all locally installed browsers.
bunyip -f test/index.html local
Launch Firefox, Chrome and phantomjs.
bunyip -f test/index.html local -l "firefox|chrome|phantomjs"
Launch the same three browsers and all iOS devices on browserstack.
bunyip -f test/index.html local -l "firefox|chrome|phantomjs" -b ios
The text was updated successfully, but these errors were encountered:
Forget to ref issue in commit it's this one 2284ba1
Sorry, something went wrong.
force older version of yeti until #8 is resolved
e134254
No branches or pull requests
Create new command
local
that will launch all locally installed browsers or specify which ones.Launch all locally installed browsers.
bunyip -f test/index.html local
Launch Firefox, Chrome and phantomjs.
Launch the same three browsers and all iOS devices on browserstack.
The text was updated successfully, but these errors were encountered: