[go: up one dir, main page]

Skip to content

ARPC/selenium-connect-browserstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium::Connect::Browserstack

Allows you to configure selenium-connect to run on Browserstack.com

Installation

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

Usage

Add details to your config:

---
  browserstack:
    os: 'Windows'
    os_version: '7'
    browser: 'IE'
    browser_version: '10.0'
    resolution: '1280x1024'
    debug: true

Contributing

  1. Fork it ( http://github.com//selenium-connect-browserstack/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Allow the selenium-connect gem to use Browserstack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%