veilid/veilid-flutter/run_integration_tests_web.sh

6 lines
267 B
Bash
Raw Normal View History

2024-03-17 10:54:37 -04:00
#!/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