Skip to content

Enable capybara tests with Firefox (via geckodriver)

Gabriel Mazetto requested to merge brodock/capybara-firefox-geckodriver into master

What does this MR do?

Allow running feature/integration tests with Firefox instead of Chrome.

Chrome is still defined as default, but you can now choose to use Firefox (via geckodriver) by setting the ENV variable WEBDRIVER to firefox.

On MacOS you can install geckodriver with brew:

brew install geckodriver
Edited by Gabriel Mazetto

Merge request reports

Loading