Created
September 19, 2021 09:59
-
-
Save majirosstefan/88db6ec1159876c9da3786899d30df81 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
| 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