This repository is deprecated. Check out our updated repo: https://github.com/applitools/eyes.sdk.ruby .
Applitools Ruby SDK.
Add this line to your application's Gemfile:
gem 'eyes_selenium'And then execute:
$ bundleOr install it yourself as:
gem install eyes_seleniumPlease check the applitools website for usage instructions: http://www.applitools.com
- Fork it
- 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