Skip to content

Release 2295

Choose a tag to compare

@github-actions github-actions released this 17 Feb 10:41
0fcf141

Trello card

https://trello.com/c/wvVsEM0g

Changes proposed in this pull request

For easier troubleshooting, we want to be able to run Capybara tests in headed mode.

Add an environment variable SELENIUM_CHROME_DRIVER which will configure Capybara to use the default selenium_chrome config.

Because .env.local doesn't override the test environment, SELENIUM_CHROME_DRIVER will need to be set in .env.test.local.

This also removes the deprecated options parameter for driver initialisation.