Files
flutter-crypto-app/run_all_tests.sh
salvadordeveloper b279b64c6e Initial commit
2021-05-27 15:59:34 -06:00

7 lines
212 B
Bash
Executable File

#!/bin/bash
# start the app and write the uri to a file
#flutter run --vmservice-out-file="test_driver/uri.txt"
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/main_test.dart