mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-23 13:27:05 -04:00
* chore: appflowy ai client * chore: clippy * chore: clippy * chore: fix ci * chore: disable index search |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |
Before running the test, AppFlowy Cloud need to run with nginx server by this command:
docker compose up -d
## Run test
> Before executing the test, you need to install the [Chrome Driver](https://chromedriver.chromium.org/downloads). If
> you are using a Mac, you can easily install it using Homebrew.
>
> ```shell
> brew install chromedriver
> ```
then run the test
```shell
wasm-pack test --headless --chrome
Testing in browser
wasm-pack test --chrome
Ref: wasm-bindgen-test