Skip to content

Instantly share code, notes, and snippets.

View rasmar's full-sized avatar

Marcin Raszkiewicz rasmar

View GitHub Profile
@rasmar
rasmar / Gemfile
Last active February 20, 2018 18:30
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