Skip to content

Commit f298f63

Browse files
committed
Update contributing file
1 parent f39cb36 commit f298f63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@ pipenv install --dev
4747
pipenv run pylint scraper
4848
```
4949

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`.
5251

5352
```bash
5453
pipenv run pytest --chromedriver=/path/to/your/chromedriver
5554
```
5655

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+
5958

6059
```bash
6160
which chromedriver
@@ -67,8 +66,9 @@ Or on Windwos with:
6766
where chromedriver
6867
```
6968

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:
7272

7373
```bash
7474
pipenv run pytest -m "not chromedriver"

0 commit comments

Comments
 (0)