Add focused rn e2e scenario flags#388
Merged
Merged
Conversation
This was referenced Jun 30, 2026
Contributor
Author
11 tasks
f2710a2 to
fc82dc7
Compare
3fcdd8b to
cf52237
Compare
2802c8a to
7587114
Compare
Package Size
React Native file breakdown
Measured from the PR base SHA and PR head SHA. The file breakdown shows uncompressed sizes within each package artifact, so individual files do not sum to the compressed artifact total. This comment reports package artifact sizes only; it is not a final app binary-size report. |
7587114 to
2ec6bd4
Compare
16324a3 to
e30275f
Compare
2ec6bd4 to
53537ec
Compare
e30275f to
fc66580
Compare
0f823c2 to
503c0f6
Compare
fc66580 to
2784dc3
Compare
503c0f6 to
281c7f9
Compare
2784dc3 to
a79fd6e
Compare
281c7f9 to
9495070
Compare
kieran-osgood-shopify
approved these changes
Jul 10, 2026
Contributor
Author
Merge activity
|
9495070 to
170c9ea
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 changes are you making?
Adds focused scenario flags for the React Native Maestro E2E runner.
dev rn e2e iosanddev rn e2e androidcontinue to run the full React Native checkout smoke suite. Passing--guestor--hardcoded-buyer-identityruns only that checkout smoke flow, and multiple flags can be used together.Selected flows run as separate Maestro invocations so each checkout scenario gets its own app bootstrap instead of sharing one multi-flow Maestro process.
How to test
dev rn e2e ios --helpdev rn e2e android --helpdev rn e2e ios --guest --hardcoded-buyer-identitydev rn e2e android --guest --hardcoded-buyer-identityBefore 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.