Wire RN E2E dev commands#335
Merged
Merged
Conversation
11 tasks
Contributor
Author
This was referenced Jun 25, 2026
084f2c2 to
8c46bf7
Compare
6adbe86 to
2be87ba
Compare
8c46bf7 to
8a273fa
Compare
7f5327c to
12ce7e4
Compare
854eb9b to
0dc4050
Compare
ce95dd5 to
01bca1d
Compare
0dc4050 to
cdf6806
Compare
5648554 to
7d132c5
Compare
a158c4d to
59aab81
Compare
89b364c to
f11cbe0
Compare
59aab81 to
d05e3fc
Compare
f11cbe0 to
c348758
Compare
c31243b to
7045e1f
Compare
47c6272 to
5aec06e
Compare
Package Size
Measured from the PR base SHA and PR head SHA. This comment reports package artifact sizes only; it is not a final app binary-size report. |
56d6370 to
f4c2dd8
Compare
7045e1f to
c7c82cb
Compare
f4c2dd8 to
c5fb44e
Compare
7d2db00 to
3c14191
Compare
c5fb44e to
a98f4cf
Compare
markmur
approved these changes
Jun 30, 2026
3c14191 to
eaca75a
Compare
a98f4cf to
15f532b
Compare
11 tasks
Contributor
Author
Merge activity
|
15f532b to
9601350
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
Adds React Native E2E dev commands for the Maestro guest checkout smoke flow:
Each command starts Metro if needed, builds and launches the React Native sample app with
--local, then runs the shared Maestro guest checkout flow.The commands live under
dev rn e2ealongside the existing React Native dev commands likedev rn start,dev rn ios, anddev rn android.The E2E README documents the commands and clarifies that standard storefront
.envsetup is required, but the flow seeds its own cart through the bootstrap deep link.Verification
Verified locally with:
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/CHANGELOG.mdplatforms/swift/README.md(major version only)Releasing a new Android version?
versionNameinplatforms/android/lib/build.gradleplatforms/android/CHANGELOG.mdplatforms/android/README.mdTip
See the Contributing documentation for the full release process per platform.