Created
June 15, 2020 16:34
-
-
Save ookami-kb/284475871ce096651547792b3a82e5b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flutter_test() { | |
flutter packages get | |
flutter packages pub run build_runner build | |
flutter test | |
launch_avd | |
start_recording & | |
flutter drive --target=test_driver/app.dart | |
pkill -f screenrecord || true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment