Patch #34579
Use 'webdrivers' gem to manage the Chrome driver for system tests
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Gems support | |||
Target version: | Candidate for next major release |
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.