veilid/veilid-flutter/run_integration_tests_web.sh
2024-03-27 17:53:51 -05:00

6 lines
267 B
Bash
Executable File

#!/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