mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-01 02:36:05 -04:00
start of integration test
This commit is contained in:
parent
7e9254faac
commit
87735dfb8e
147 changed files with 5787 additions and 15 deletions
5
packages/veilid_support/run_integration_tests_web.sh
Executable file
5
packages/veilid_support/run_integration_tests_web.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
echo Ensure chromedriver is running on port 4444 and you have compiled veilid-wasm with wasm_build.sh
|
||||
pushd example 2>/dev/null
|
||||
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart -d chrome $@
|
||||
popd 2>/dev/null
|
Loading…
Add table
Add a link
Reference in a new issue