blob: 3b4d5c4eb9d3e5df6322cd71dccb60ef82bc9365 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Run the tests with:
```bash
RUST_LOG=wasm_bindgen_test_runner wasm-pack test --chrome --headless
```
Or:
```bash
wasm-pack test --chrome
```
If you get an "invalid session id" failure in headless mode, check that logs and
it may well be that your ChromeDriver is not at the same version as your
browser.
|