mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-18 20:14:43 -04:00
flutter unit/integration tests
This commit is contained in:
parent
d586748333
commit
6a8c0830d2
18 changed files with 1357 additions and 520 deletions
4
veilid-flutter/run_integration_tests.sh
Executable file
4
veilid-flutter/run_integration_tests.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
pushd example 2>/dev/null
|
||||
flutter test -r expanded integration_test/app_test.dart $@
|
||||
popd 2>/dev/null
|
Loading…
Add table
Add a link
Reference in a new issue