Skip to content

Commit e9ae6d7

Browse files
authored
Merge pull request #689 from AppsFlyerSDK/releases/6.x.x/6.18.x/6.18.0-rc3
Release 6.18.0
2 parents ad2d22a + f4fe75e commit e9ae6d7

17 files changed

Lines changed: 1466 additions & 1396 deletions

.af-smoke/rc-test-plan.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
"config": {
1313
"android": {
14-
"package_name": "com.appsflyer.qa.reactnative",
15-
"activity": ".MainActivity",
14+
"package_name": "com.appsflyer.engagement",
15+
"activity": "com.appsflyer.qa.reactnative.MainActivity",
1616
"apk_path": "example_rc_smoke/android/app/build/outputs/apk/debug/app-debug.apk",
1717
"build_cmd": "cd example_rc_smoke/android && ./gradlew assembleDebug"
1818
},
@@ -30,7 +30,7 @@
3030
"scenario_ref": "SMOKE-001",
3131
"description": "Fresh install using the npm-pinned RC build. Validates SDK startup, install conversion data, pre/post-start API markers, and standard events.",
3232
"requires_fresh_install": true,
33-
"wait_after_launch_sec": 30,
33+
"wait_after_launch_sec": 60,
3434
"checks": [
3535
{
3636
"id": "sdk_started",
@@ -125,7 +125,7 @@
125125
"scenario_ref": "SMOKE-003",
126126
"description": "Fresh install of the RC build, then deep link while app is in foreground. Verifies SDK start and deep link callback.",
127127
"requires_fresh_install": true,
128-
"wait_after_launch_sec": 30,
128+
"wait_after_launch_sec": 60,
129129
"wait_after_trigger_sec": 15,
130130
"deep_link_url": "afqa-reactnative://deeplink?deep_link_value=qa_deeplink_fg&af_sub1=foreground_test&pid=testmedia&c=deeplink_test",
131131
"pre_actions": {

.github/workflows/android-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# reactivecircus/android-emulator-runner (KVM on ubuntu-latest).
1111
#
1212
# Triggers:
13-
# - workflow_call from rc-release.yml (the gate before publish-rc)
13+
# - workflow_call from release.yml (the gate before publish-to-npm)
1414
# - workflow_dispatch for manual reruns
1515
# - Weekly cron (Sunday 03:00 UTC) to catch SDK / RN drift
1616
#

.github/workflows/ios-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# the unified scripts/af-scenario-runner.sh on an iOS simulator.
1010
#
1111
# Triggers:
12-
# - workflow_call from rc-release.yml (the gate before publish-rc)
12+
# - workflow_call from release.yml (the gate before publish-to-npm)
1313
# - workflow_dispatch for manual reruns and ad-hoc validation
1414
# - Weekly cron (Sunday 02:00 UTC) to catch SDK / RN drift
1515
#

.github/workflows/lint-test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Purpose: Validates code quality, runs unit tests, and builds the demo app
66
# in release mode for both Android and iOS on every PR and push to
7-
# development/master. Also reusable from rc-release.yml.
7+
# development/master. Also reusable from release.yml.
88
#
99
# What it does:
1010
# 1. Lints + runs Jest unit tests with coverage.
@@ -15,7 +15,7 @@
1515
# - Pull requests to development or master branches
1616
# - Direct pushes to development or master branches
1717
# - Manual workflow dispatch for testing
18-
# - workflow_call (rc-release.yml)
18+
# - workflow_call (release.yml)
1919
#
2020
# =============================================================================
2121

0 commit comments

Comments
 (0)