Skip to content

Instantly share code, notes, and snippets.

@ignaciojonas
Created March 4, 2021 19:39
Show Gist options
  • Save ignaciojonas/aaf33e429887d9d4351e4df0c8bbd860 to your computer and use it in GitHub Desktop.
Save ignaciojonas/aaf33e429887d9d4351e4df0c8bbd860 to your computer and use it in GitHub Desktop.
group :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '>= 3.26'
gem 'selenium-webdriver'
# Easy installation and use of web drivers to run system tests with browsers
gem 'webdrivers'
gem 'magic_test'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment