mirror of
https://github.com/salvadordeveloper/flutter-crypto-app.git
synced 2025-05-17 02:15:53 +08:00
7 lines
212 B
Bash
Executable File
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 |