Enable capybara tests with Firefox (via geckodriver)
To run capybara with firefox, set the ENV variable: `WEBDRIVER` to `firefox` It will run in 'headless' mode by default unless `WEBDRIVER_HEADLESS` is set to `false`, `no` or `0`
Showing
Please register or sign in to comment