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
Updated by Go MAEDA almost 4 years ago
- Target version set to Candidate for next major release
Updated by Marius BĂLTEANU almost 4 years ago
- Target version changed from Candidate for next major release to 4.2.0
Updated by Go MAEDA almost 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.
Actions