mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
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:
parent
7fc5fc602a
commit
ea65d0ad14
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user