Last active
December 15, 2015 08:58
-
-
Save DylanLacey/5234416 to your computer and use it in GitHub Desktop.
Using Sauce with Cucumber-Rails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is in your features/support directory | |
require 'cucumber/rails' | |
require 'sauce/cucumber' | |
Capybara.javascript_driver = :selenium |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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