Update CONTRIBUTING guide (#1611)

* Add note about Firefox Developer Edition

* Apparently GitHub doesn't support <small> tags

* Reword things a bit; Move to the Browser tests section.

* Add trailing period.

* Change Linux specific paths

Co-authored-by: Simon <simon@siku2.io>

* remove "on some Linux distributions"

This might be the same on Mac or other UNIX-like operating systems, so lets remove this

Co-authored-by: Simon <simon@siku2.io>

Co-authored-by: Simon <simon@siku2.io>
This commit is contained in:
Jack 2020-10-10 15:04:29 -04:00 committed by GitHub
parent 7fc5fc602a
commit ea65d0ad14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,12 @@ cargo make tests
`cargo make tests` will automatically download Geckodriver to a temporary location if it isn't in the PATH.
Because Geckodriver looks for `firefox` in the path, if you use
FireFox Developer Edition, you may get an error, because Developer Editions
binary is called `firefox-developer-edition`.
To fix this, either install the standard version of Firefox or symlink
`firefox` to `firefox-developer-edition`.
### Fetch service tests
The tests for the fetch service require a local [httpbin](https://httpbin.org/) server.