chore: config tauri web driver test (#1947)

* chore: setup tauri test

* chore: update test

* chore: update test

* chore: update test

* chore: update test

* refactor: test folder location

* chore: remove deps

* ci: fix build

---------

Co-authored-by: appflowy <annie@appflowy.io>
Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
Lucas.Xu
2023-03-11 12:07:31 +07:00
committed by GitHub
parent 688d55e00f
commit 668e1196d1
10 changed files with 133 additions and 82 deletions

View File

@ -13,7 +13,7 @@ script_runner = "@shell"
[tasks.install_tauri_protobuf.linux]
script = """
npm install -g protoc-gen-ts
sudo npm install -g protoc-gen-ts
"""
script_runner = "@shell"