We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3096815 commit f891a03Copy full SHA for f891a03
.github/workflows/e2e-android.yml
@@ -119,7 +119,7 @@ jobs:
119
# Install the app APK
120
$ANDROID_HOME/platform-tools/adb install -r android/app/build/outputs/apk/debug/app-debug.apk
121
# Launch the app using bash
122
- bash -c 'until $ANDROID_HOME/platform-tools/adb shell monkey -p com.example 1 | grep -q "Events injected: 1"; do sleep 1; echo "Retrying app launch..."; done'
+ bash -c 'until $ANDROID_HOME/platform-tools/adb shell monkey -p com.paperexample 1 | grep -q "Events injected: 1"; do sleep 1; echo "Retrying app launch..."; done'
123
124
# Run your E2E tests
125
cd ../..
0 commit comments