Skip to content

Instantly share code, notes, and snippets.

@laramartin
Last active January 21, 2018 20:20
Show Gist options
  • Save laramartin/3da87b4c44297c20fd65e957317eadef to your computer and use it in GitHub Desktop.
Save laramartin/3da87b4c44297c20fd65e957317eadef to your computer and use it in GitHub Desktop.
for i in "${locales[@]}"
do
start_clean_status_bar
fastlane screengrab \
--locales=$i \
--tests_apk_path="$tests_apk_path" \
--app_apk_path="$app_apk_path"
stop_clean_status_bar
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment