Skip to content

Instantly share code, notes, and snippets.

@oleksiilevzhynskyi
Created June 12, 2012 08:29
Show Gist options
  • Save oleksiilevzhynskyi/2916165 to your computer and use it in GitHub Desktop.
Save oleksiilevzhynskyi/2916165 to your computer and use it in GitHub Desktop.
Chrome instead Firefox with Cucumber

brew install chromedriver

Add to env.rb:

Capybara.javascript_driver = :chrome

Capybara.register_driver :chrome do |app|
  Capybara::Selenium::Driver.new(app, :browser => :chrome)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment