Skip to content

Instantly share code, notes, and snippets.

@rasmar
Last active February 20, 2018 18:30
Show Gist options
  • Save rasmar/526ff7cfc74394453160502ae0317b5a to your computer and use it in GitHub Desktop.
Save rasmar/526ff7cfc74394453160502ae0317b5a to your computer and use it in GitHub Desktop.
E2E - Gemfile
...
group :test do
...
gem "capybara", "~> 2.7", ">= 2.7.1"
gem "chromedriver-helper", "~> 1.0"
gem "rspec_junit_formatter" # Preparing proper output for CircleCI test metadata
gem "selenium-webdriver", "~> 2.53", ">= 2.53.4"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment