fix chromedriver link (#5364)

This commit is contained in:
Samuel Colvin 2025-01-22 21:16:18 +00:00 committed by GitHub
parent 9bee7c7fc3
commit 04f63cc644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ and third-party applications that use Pyodide.
> See: [pytest-pyodide](https://github.com/pyodide/pytest-pyodide) for more information.
2. Install [geckodriver](https://github.com/mozilla/geckodriver/releases) or
[chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)
[chromedriver](https://developer.chrome.com/docs/chromedriver/downloads)
and check that they are in your `PATH`.
3. To run the test suite, run `pytest` from the root directory of Pyodide: