You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,15 +47,14 @@ pipenv install --dev
47
47
pipenv run pylint scraper
48
48
```
49
49
50
-
If you have chromedriver install you can run the full test suite by passing the path to your
51
-
chromedrive
50
+
If you have [a `chromedriver`](https://sites.google.com/chromium.org/driver/), you can run the full test suite by passing the path to your `chromedriver`.
52
51
53
52
```bash
54
53
pipenv run pytest --chromedriver=/path/to/your/chromedriver
55
54
```
56
55
57
-
Where `path/to/your/chromedriver` matches your particular path. If you are unsure of your
58
-
chromedriver path you find it on Linux/Mac with:
56
+
Where `path/to/your/chromedriver` matches your particular path. If you are unsure of your`chromedriver` path you find it on Linux/Mac with:
57
+
59
58
60
59
```bash
61
60
which chromedriver
@@ -67,8 +66,9 @@ Or on Windwos with:
67
66
where chromedriver
68
67
```
69
68
70
-
If you do not have chromedriver installed you can skip the tests that require it by running the
71
-
tests with:
69
+
It is possible when running the tests that an error occurs if your running chrome browser has a different version than your chromedriver. In which case, please download the adequate [chromedriver](https://sites.google.com/chromium.org/driver/).
70
+
71
+
If you do not have `chromedriver` installed you can skip the tests that require it by running the tests with:
0 commit comments