Add E2E matrix launch smoke foundation#356
Draft
kieran-osgood-shopify wants to merge 1 commit into
Draft
Conversation
Contributor
Author
This was referenced Jun 29, 2026
71e91c0 to
285bb9c
Compare
Assisted-By: devx/6c1e3ad5-96c8-4972-b087-da7ff7b195c3
285bb9c to
78eba95
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.

Stack Context
This is Phase 1 of the BrowserStack Maestro E2E stack for Checkout Kit.
Parent issue: https://github.com/shop/issues-checkout-kit/issues/1095
Epic: https://github.com/shop/issues-checkout-kit/issues/1084
What?
Adds the shared E2E foundation:
e2e/tests/shared/launch-smoke.yamle2e/config/matrix.ymle2e/scripts/e2e_matrixWhy?
The E2E pipeline should be matrix-driven from the start so later phases can fan out across app targets, OS tracks, and suites without redesigning the Bitrise pipeline.
This PR intentionally avoids Bitrise and BrowserStack execution. It establishes the minimum shared smoke suite and the matrix contract used by later PRs in the stack.
Validation