Simplify chromedriver installation with webdrivers

This gem will automatically install chromedriver based on the installed
version of Chrome/Chromium.
This commit is contained in:
Javi Martín
2020-05-16 14:23:10 +02:00
parent 876f209729
commit 59b625a5f9
6 changed files with 7 additions and 17 deletions

View File

@@ -59,8 +59,6 @@ Run the app locally:
bin/rails s
```
Prerequisites for testing: install ChromeDriver >= 2.33
Run the tests with:
```bash