mirror of
https://github.com/rustwasm/wasm-pack.git
synced 2025-12-08 18:23:30 +00:00
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:
parent
3a6079d979
commit
1e244a2a9d
@ -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],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user