Actions
Patch #34579
closedUse 'webdrivers' gem to manage the Chrome driver for system tests
Description
Currently, we need to manually install Chrome and Chromedriver in order to run the system tests.
We can improve this by using the Webdrivers gem which automatically downloads/updates the Chrome driver depending on your installed Chrome version. The gem supports other drivers as well: Firefox, Edge, etc.
Files
Actions