Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DoguD/07e6c33d3191960a63b997542a485bc2 to your computer and use it in GitHub Desktop.
Save DoguD/07e6c33d3191960a63b997542a485bc2 to your computer and use it in GitHub Desktop.
- run: avdmanager create avd -n Nexus_5X_API_26_x86 -k "system-images;android-26;default;x86" -d "Nexus 5X"
- run: osascript ./fastlane/recording_related/dismiss_warning.scpt # Dismisses the same named computer error
- run:
name: Run emulator in background
command: /usr/local/share/android-sdk/tools/emulator @Nexus_5X_API_26_x86 -skin 1080x2066 -memory 2048 -noaudio
background: true
- run:
name: Run Tests
command: bundle exec fastlane ui_test
no_output_timeout: 30m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment