[E2E] Prepare native preload ready-flow validation - #631
Open
kyle-schellen wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Aug 12, 2026
kyle-schellen
force-pushed
the
ks-e2e-preload-ready-flow
branch
from
August 14, 2026 20:36
451f16b to
f51edda
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-cache-hit-signal
branch
from
August 14, 2026 20:36
1842281 to
f0af482
Compare
kyle-schellen
marked this pull request as ready for review
August 14, 2026 21:46
Install this buildOpen Tophat, select your target device, then click Install. Links open on the Mac running Tophat.
Checkout Kit E2E results
|
kyle-schellen
marked this pull request as draft
August 14, 2026 22:44
kyle-schellen
force-pushed
the
ks-e2e-preload-ready-flow
branch
from
August 17, 2026 15:05
f51edda to
eaa5443
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-cache-hit-signal
branch
from
August 17, 2026 15:05
f0af482 to
b8e8758
Compare
kyle-schellen
marked this pull request as ready for review
August 17, 2026 15:08
kyle-schellen
marked this pull request as draft
August 17, 2026 21:45
kyle-schellen
force-pushed
the
ks-e2e-preload-cache-hit-signal
branch
from
August 17, 2026 23:30
b8e8758 to
7abc816
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-ready-flow
branch
from
August 17, 2026 23:30
eaa5443 to
9452d3f
Compare
kyle-schellen
marked this pull request as ready for review
August 17, 2026 23:34
kyle-schellen
marked this pull request as draft
August 18, 2026 00:48
kyle-schellen
force-pushed
the
ks-e2e-preload-cache-hit-signal
branch
from
August 18, 2026 13:30
7abc816 to
d973bac
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-ready-flow
branch
from
August 18, 2026 13:30
9452d3f to
98c7605
Compare
kyle-schellen
marked this pull request as ready for review
August 18, 2026 15:07
kyle-schellen
marked this pull request as draft
August 18, 2026 15:40
kyle-schellen
force-pushed
the
ks-e2e-preload-cache-hit-signal
branch
from
August 19, 2026 02:07
d973bac to
f543f5a
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-ready-flow
branch
from
August 19, 2026 02:07
98c7605 to
06ca46e
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-cache-hit-signal
branch
from
August 19, 2026 13:05
f543f5a to
c9eec73
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-ready-flow
branch
2 times, most recently
from
August 19, 2026 13:22
a84f878 to
0270fce
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-cache-hit-signal
branch
2 times, most recently
from
August 19, 2026 22:29
a747354 to
fbeab52
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-ready-flow
branch
from
August 19, 2026 22:29
0270fce to
2c3ec70
Compare
kyle-schellen
marked this pull request as ready for review
August 19, 2026 23:09
kyle-schellen
force-pushed
the
ks-e2e-preload-cache-hit-signal
branch
from
August 19, 2026 23:26
fbeab52 to
d737760
Compare
kyle-schellen
force-pushed
the
ks-e2e-preload-ready-flow
branch
from
August 19, 2026 23:26
2c3ec70 to
b45f67c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What changed
e2e/tests/shared/native-preload-ready.yaml— top-level test, taggedpreload/smoke.e2e/flows/checkout/assert-native-preload-ready.yaml— the reusable subflow, including the existing enabled-button and close-animation safeguards.e2e/flows/app/launch.yaml— enables preload observability for diagnostic runs so the Swift marker stays out of the normal sample accessibility tree.e2e/config/matrix.yml— Swift and Kotlin adopt thepreloadjourney. React Native is unchanged, and matrix tests ensure native overrides retain every shared default tag.preloadadded to the journey-tag taxonomy, with matrix and tag tests.Why
Presenting checkout is not proof that preload was reused. This asserts the whole chain:
Both platforms run the same flow with no platform branch, because each sample republishes its SDK's cache-hit diagnostic as the same
preload-cache-hit-*identifier (#627). The flow pins both ends —preload-cache-hit-nonebefore presentation,preload-cache-hit-observedafter — so a marker stuck on "observed" cannot pass.Testing
e2e/test/*_test.rb— 261 runs, 710 assertions, 0 failureslaunch,checkout,preloadon the two native rows, React Native unchangeddev android e2e --tags preload— passed on Android emulatordev swift e2e --tags preload— passed on iOS simulatorStack
Before you merge
Important
platforms/swift/README.mdand/orplatforms/android/README.md)Releasing a new Swift version?
ShopifyCheckoutKit.podspecplatforms/swift/Sources/ShopifyCheckoutKit/ShopifyCheckoutKit.swiftplatforms/swift/README.md(major version only)Releasing a new Embedded Checkout Protocol version?
embeddedCheckoutProtocolAndroidinplatforms/android/gradle/libs.versions.tomlprotocol/languages/kotlin/embedded-checkout-protocol/api/embedded-checkout-protocol.apiif the public API changedReleasing a new Android version?
checkoutKitAndroidinplatforms/android/gradle/libs.versions.tomlplatforms/android/README.mdTip
See the Contributing documentation for the full release process per platform.