[Phase 5] Run BrowserStack Maestro from E2E matrix rows#362
Merged
kieran-osgood-shopify merged 2 commits intoJul 9, 2026
Merged
Conversation
This was referenced Jun 29, 2026
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jun 29, 2026
1646c03 to
d99cf73
Compare
362c7a3 to
47a512b
Compare
d99cf73 to
eebe02d
Compare
47a512b to
61cf06e
Compare
eebe02d to
8bc166b
Compare
883a195 to
3d0b744
Compare
07c670c to
ffa1eee
Compare
b1b75a8 to
31ed453
Compare
31464ab to
e3e8eba
Compare
3cd4001 to
97d9280
Compare
e3e8eba to
69ba295
Compare
97d9280 to
ffb6424
Compare
69ba295 to
6484336
Compare
ffb6424 to
abf1671
Compare
6484336 to
05c783c
Compare
abf1671 to
b19f86c
Compare
05c783c to
5153e7b
Compare
314ae82 to
b3aa449
Compare
f3c8201 to
7df9c1f
Compare
11 tasks
b3aa449 to
daf76ae
Compare
7df9c1f to
007ea6b
Compare
daf76ae to
8cc4c4e
Compare
007ea6b to
239477f
Compare
8cc4c4e to
6d6a642
Compare
239477f to
a1e5157
Compare
6d6a642 to
9feda34
Compare
a1e5157 to
4b0a6f1
Compare
9feda34 to
a842383
Compare
4b0a6f1 to
786333e
Compare
a842383 to
e534ccd
Compare
786333e to
e01f683
Compare
e534ccd to
daf0413
Compare
e01f683 to
54beae2
Compare
daf0413 to
d32656c
Compare
54beae2 to
a49ee89
Compare
d32656c to
47daa4f
Compare
a49ee89 to
8c0305a
Compare
This was referenced Jul 7, 2026
Assisted-By: devx/9ae89f69-61a5-46e3-8faf-006d105b0cdd
kiftio
reviewed
Jul 9, 2026
| private | ||
|
|
||
| def resolve_device(run) | ||
| override = ENV["E2E_DEVICE_OVERRIDE"] || ENV["E2E_#{run.fetch("platform").upcase}_DEVICE_OVERRIDE"] |
Contributor
Author
There was a problem hiding this comment.
These will be coming in to play with another PR I am preparing to give us a way to trigger runs for specific devices and OS's (e.g. iOS 27 Beta)
kiftio
approved these changes
Jul 9, 2026
This was referenced Jul 10, 2026
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.

Stack Context
This is Phase 5 of the BrowserStack Maestro E2E stack for Checkout Kit, stacked on the RN iOS artifact workflow.
Parent issue: https://github.com/shop/issues-checkout-kit/issues/1099
Epic: https://github.com/shop/issues-checkout-kit/issues/1084
What?
Previous PR's setup a CLI that expands the matrix.yml into json in browserstack format
This PR uploads that json, as well as the zip of the test suite, to browserstack
At this point we still aren't going to see any tests running on PR's because they're enabled as a CI trigger in #364