Allows you to configure selenium-connect to run on Browserstack.com
Add this line to your application's Gemfile:
gem 'selenium-connect-browserstack'
And then execute:
$ bundle
Or install it yourself as:
$ gem install selenium-connect-browserstack
Add details to your config:
---
browserstack:
os: 'Windows'
os_version: '7'
browser: 'IE'
browser_version: '10.0'
resolution: '1280x1024'
debug: true
- Fork it ( http://github.com//selenium-connect-browserstack/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request