Skip to content

Instantly share code, notes, and snippets.

@majirosstefan
Created September 19, 2021 09:59
Show Gist options
  • Select an option

  • Save majirosstefan/88db6ec1159876c9da3786899d30df81 to your computer and use it in GitHub Desktop.

Select an option

Save majirosstefan/88db6ec1159876c9da3786899d30df81 to your computer and use it in GitHub Desktop.
if [ -n "$APPCENTER_ANDROID_VARIANT" ]; then
echo "Setup & boot Android simulator"
.....some stuff
npm run e2e:android
else
echo "Setup & boot iOS Simulator"
....some stuff
npm run e2e:ios -- --udid "$SIMULATOR_ID"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment