Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Created June 15, 2020 16:34
Show Gist options
  • Save ookami-kb/284475871ce096651547792b3a82e5b3 to your computer and use it in GitHub Desktop.
Save ookami-kb/284475871ce096651547792b3a82e5b3 to your computer and use it in GitHub Desktop.
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