ryanseddon/bunyip

Option to launch locally installed browsers

Closed this issue · 1 comments

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.

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

Forget to ref issue in commit it's this one 2284ba1