Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .af-smoke/rc-test-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

"config": {
"android": {
"package_name": "com.appsflyer.qa.reactnative",
"activity": ".MainActivity",
"package_name": "com.appsflyer.engagement",
"activity": "com.appsflyer.qa.reactnative.MainActivity",
"apk_path": "example_rc_smoke/android/app/build/outputs/apk/debug/app-debug.apk",
"build_cmd": "cd example_rc_smoke/android && ./gradlew assembleDebug"
},
Expand All @@ -30,7 +30,7 @@
"scenario_ref": "SMOKE-001",
"description": "Fresh install using the npm-pinned RC build. Validates SDK startup, install conversion data, pre/post-start API markers, and standard events.",
"requires_fresh_install": true,
"wait_after_launch_sec": 30,
"wait_after_launch_sec": 60,
"checks": [
{
"id": "sdk_started",
Expand Down Expand Up @@ -125,7 +125,7 @@
"scenario_ref": "SMOKE-003",
"description": "Fresh install of the RC build, then deep link while app is in foreground. Verifies SDK start and deep link callback.",
"requires_fresh_install": true,
"wait_after_launch_sec": 30,
"wait_after_launch_sec": 60,
"wait_after_trigger_sec": 15,
"deep_link_url": "afqa-reactnative://deeplink?deep_link_value=qa_deeplink_fg&af_sub1=foreground_test&pid=testmedia&c=deeplink_test",
"pre_actions": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# reactivecircus/android-emulator-runner (KVM on ubuntu-latest).
#
# Triggers:
# - workflow_call from rc-release.yml (the gate before publish-rc)
# - workflow_call from release.yml (the gate before publish-to-npm)
# - workflow_dispatch for manual reruns
# - Weekly cron (Sunday 03:00 UTC) to catch SDK / RN drift
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the unified scripts/af-scenario-runner.sh on an iOS simulator.
#
# Triggers:
# - workflow_call from rc-release.yml (the gate before publish-rc)
# - workflow_call from release.yml (the gate before publish-to-npm)
# - workflow_dispatch for manual reruns and ad-hoc validation
# - Weekly cron (Sunday 02:00 UTC) to catch SDK / RN drift
#
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Purpose: Validates code quality, runs unit tests, and builds the demo app
# in release mode for both Android and iOS on every PR and push to
# development/master. Also reusable from rc-release.yml.
# development/master. Also reusable from release.yml.
#
# What it does:
# 1. Lints + runs Jest unit tests with coverage.
Expand All @@ -15,7 +15,7 @@
# - Pull requests to development or master branches
# - Direct pushes to development or master branches
# - Manual workflow dispatch for testing
# - workflow_call (rc-release.yml)
# - workflow_call (release.yml)
#
# =============================================================================

Expand Down
Loading
Loading