feat(e2e): select tests by Maestro tag instead of scenario flags - #556
Merged
Conversation
This was referenced Jul 31, 2026
Contributor
Author
This was referenced Jul 31, 2026
tiagocandido
force-pushed
the
kieran-osgood/e2e-controller
branch
from
August 3, 2026 12:12
efa7be2 to
c5d3696
Compare
tiagocandido
force-pushed
the
kieran-osgood/e2e-maestro-tags
branch
from
August 3, 2026 12:12
9fb7cc3 to
f6b1c17
Compare
tiagocandido
force-pushed
the
kieran-osgood/e2e-controller
branch
from
August 3, 2026 14:42
c5d3696 to
fe4b7c7
Compare
tiagocandido
force-pushed
the
kieran-osgood/e2e-maestro-tags
branch
from
August 3, 2026 14:42
f6b1c17 to
7fe2c6b
Compare
This was referenced Aug 3, 2026
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-maestro-tags
branch
from
August 4, 2026 17:04
7fe2c6b to
c92b49f
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-controller
branch
from
August 4, 2026 17:04
fe4b7c7 to
5034ed1
Compare
This was referenced Aug 4, 2026
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-controller
branch
2 times, most recently
from
August 7, 2026 11:21
bb2d777 to
be0b6ac
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-maestro-tags
branch
from
August 7, 2026 11:21
c8d37f7 to
8c9d852
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-controller
branch
from
August 7, 2026 13:51
be0b6ac to
5dc2272
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-maestro-tags
branch
from
August 7, 2026 13:51
8c9d852 to
3baed39
Compare
| - 'e2e/lib/**' | ||
| - 'e2e/test/**' | ||
| - 'e2e/scripts/**' | ||
| - 'e2e/tests/**' |
Contributor
Author
There was a problem hiding this comment.
these were missing from the trigger map and should trigger the e2e
kieran-osgood-shopify
marked this pull request as ready for review
August 7, 2026 13:55
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. |
Install this buildOpen Tophat, select your target device, then click Install. Links open on the Mac running Tophat.
Checkout Kit E2E results
|
kyle-schellen
approved these changes
Aug 8, 2026
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-controller
branch
from
August 10, 2026 09:08
5dc2272 to
467121c
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-maestro-tags
branch
from
August 10, 2026 09:08
3baed39 to
262631b
Compare
markmur
approved these changes
Aug 10, 2026
11 tasks
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-controller
branch
2 times, most recently
from
August 12, 2026 10:23
6609003 to
d76cfa1
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-maestro-tags
branch
2 times, most recently
from
August 12, 2026 11:12
4b74857 to
9ad8299
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-controller
branch
from
August 12, 2026 11:12
d76cfa1 to
7022342
Compare
kieran-osgood-shopify
changed the base branch from
kieran-osgood/e2e-controller
to
graphite-base/556
August 12, 2026 12:32
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-maestro-tags
branch
from
August 12, 2026 12:32
9ad8299 to
f79b83b
Compare
kieran-osgood-shopify
force-pushed
the
graphite-base/556
branch
from
August 12, 2026 12:32
7022342 to
94873ec
Compare
The two scenario flags only picked a file, and each test already carries its
scenario in its own env block. Tags scale to the tests Phase 6 adds without a
new flag per test.
Every test now declares tags from one taxonomy: one journey (launch, cart,
checkout, account), one cost tier (smoke, full), plus optional quarantine
(flaky, wip) and platform capability (ios-only, android-only) tags.
maestro_test_tags_test.rb enforces all of it, and a platform tag must name the
capability that earns it, so nobody tags an unported test.
config.yaml excludes flaky and wip, so a quarantined test stays in the tree and
out of every run.
`dev rn e2e {ios|android}` now runs the whole tests folder and takes
--tags/--exclude-tags. Both match any listed tag, because that is how Maestro
filters. The runner also supplies E2E_APP_ID and E2E_READY_MARKER so the shared
launch smoke runs locally; a later commit unifies those names.
ci.yml gates flow edits on the ruby job, so editing a test reaches the
validator.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
kieran-osgood-shopify
force-pushed
the
kieran-osgood/e2e-maestro-tags
branch
from
August 12, 2026 12:32
f79b83b to
522faec
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?
Maestro includes a tag based system for selecting tests, so this PR leans into that to make use of tags in the matrix and the test files / commands for selection / exclusion
How to test
by default an empty tags array will run all tests, so we should see the same launch tests continue to run in CI
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.