AppFlowy-Cloud/libs/wasm-test/README.md

473 B

Run test

Before executing the test, you need to install the Chrome Driver. If you are using a Mac, you can easily install it using Homebrew.

brew install chromedriver

then run the test

wasm-pack test --headless  --chrome

Testing in browser

wasm-pack test --chrome

Ref: wasm-bindgen-test