Document prerequisites for webdriver tests

Documents preliminary steps that developers working on wasm-pack itself may
need to take before `cargo test` can succeed.
This commit is contained in:
Mark Shroyer 2025-07-18 11:35:11 -07:00
parent 3a6079d979
commit 1e244a2a9d

View File

@ -71,6 +71,15 @@ For help setting up a global .gitignore check out this [GitHub article]!
[GitHub article]: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
## Running tests
Some of this project's tests run in the browser with webdriver. macOS users
may need to first run:
```
safaridriver --enable
```
## Conduct
As mentioned in the readme file, this project is a part of the [`rust-wasm` working group],