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 f987e11 commit 787fa03Copy full SHA for 787fa03
.github/workflows/integration-test-android.yml
@@ -62,7 +62,7 @@ jobs:
62
echo "storage_id=$STORAGE_ID" >> $GITHUB_OUTPUT
63
64
- name: Start UE5 test on real device
65
- id: start_job
+ id: start_session
66
run: |
67
REQUEST=$(cat <<EOF
68
{
@@ -74,6 +74,8 @@ jobs:
74
"appium:automationName": "UiAutomator2",
75
"appium:appPackage": "io.sentry.unreal.sample",
76
"appium:appActivity": "com.epicgames.unreal.GameActivity",
77
+ "appium:noReset": true,
78
+ "appium:autoLaunch": false,
79
"sauce:options": {
80
"name": "UE5 Integration Test",
81
"appiumVersion": "latest"
0 commit comments