Skip to content

Instantly share code, notes, and snippets.

@DylanLacey
Last active December 15, 2015 08:58
Show Gist options
  • Save DylanLacey/5234416 to your computer and use it in GitHub Desktop.
Save DylanLacey/5234416 to your computer and use it in GitHub Desktop.
Using Sauce with Cucumber-Rails
# This is in your features/support directory
require 'cucumber/rails'
require 'sauce/cucumber'
Capybara.javascript_driver = :selenium
group :test do
gem 'cucumber-rails', :require => false
gem 'sauce-cucumber', :require => false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment