|
11 | 11 |
|
12 | 12 | "config": { |
13 | 13 | "android": { |
14 | | - "package_name": "com.appsflyer.qa.reactnative", |
15 | | - "activity": ".MainActivity", |
| 14 | + "package_name": "com.appsflyer.engagement", |
| 15 | + "activity": "com.appsflyer.qa.reactnative.MainActivity", |
16 | 16 | "apk_path": "example_rc_smoke/android/app/build/outputs/apk/debug/app-debug.apk", |
17 | 17 | "build_cmd": "cd example_rc_smoke/android && ./gradlew assembleDebug" |
18 | 18 | }, |
|
30 | 30 | "scenario_ref": "SMOKE-001", |
31 | 31 | "description": "Fresh install using the npm-pinned RC build. Validates SDK startup, install conversion data, pre/post-start API markers, and standard events.", |
32 | 32 | "requires_fresh_install": true, |
33 | | - "wait_after_launch_sec": 30, |
| 33 | + "wait_after_launch_sec": 60, |
34 | 34 | "checks": [ |
35 | 35 | { |
36 | 36 | "id": "sdk_started", |
|
125 | 125 | "scenario_ref": "SMOKE-003", |
126 | 126 | "description": "Fresh install of the RC build, then deep link while app is in foreground. Verifies SDK start and deep link callback.", |
127 | 127 | "requires_fresh_install": true, |
128 | | - "wait_after_launch_sec": 30, |
| 128 | + "wait_after_launch_sec": 60, |
129 | 129 | "wait_after_trigger_sec": 15, |
130 | 130 | "deep_link_url": "afqa-reactnative://deeplink?deep_link_value=qa_deeplink_fg&af_sub1=foreground_test&pid=testmedia&c=deeplink_test", |
131 | 131 | "pre_actions": { |
|
0 commit comments