From 04f63cc6446c4c34c391113bae916012f097df03 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Wed, 22 Jan 2025 21:16:18 +0000 Subject: [PATCH] fix chromedriver link (#5364) --- docs/development/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/testing.md b/docs/development/testing.md index 82901fd48..80cf2cc87 100644 --- a/docs/development/testing.md +++ b/docs/development/testing.md @@ -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: