Read E2E credentials from e2e/.env instead of the root .env - #581
Draft
kieran-osgood-shopify wants to merge 1 commit into
Draft
Conversation
This was referenced Aug 5, 2026
Contributor
Author
This was referenced Aug 5, 2026
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-run-maestro-e2e-env
branch
from
August 5, 2026 11:06
bebc4d0 to
1dc2560
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-generate-env-files
branch
2 times, most recently
from
August 5, 2026 11:35
1aa2ce8 to
25fe0a4
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-run-maestro-e2e-env
branch
2 times, most recently
from
August 5, 2026 11:45
39b95df to
a8cf7ad
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-generate-env-files
branch
from
August 5, 2026 11:45
25fe0a4 to
acf432e
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-run-maestro-e2e-env
branch
from
August 5, 2026 12:33
a8cf7ad to
b2235cf
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-generate-env-files
branch
2 times, most recently
from
August 6, 2026 15:48
6195b88 to
a925bd7
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-run-maestro-e2e-env
branch
from
August 6, 2026 15:48
b2235cf to
84842c5
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-generate-env-files
branch
from
August 6, 2026 17:30
a925bd7 to
9cddd46
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-run-maestro-e2e-env
branch
2 times, most recently
from
August 7, 2026 11:05
529f837 to
bdd7527
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-generate-env-files
branch
2 times, most recently
from
August 7, 2026 11:28
16e70ad to
70b94be
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-run-maestro-e2e-env
branch
from
August 7, 2026 11:28
bdd7527 to
23d353a
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-generate-env-files
branch
from
August 7, 2026 13:51
70b94be to
9bf0306
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-run-maestro-e2e-env
branch
2 times, most recently
from
August 7, 2026 14:15
3466ca1 to
ef1f3ac
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-generate-env-files
branch
from
August 7, 2026 14:15
9bf0306 to
d4951e0
Compare
The root .env belongs to the sample apps and their demo store, so reading it here ran the E2E suite against whichever store a developer was using by hand. run_maestro now reads e2e/.env, which generate_env_files writes from config/secrets/e2e.ejson, plus an optional e2e/.env.local that overrides it. ejson2env shell-quotes every value it writes, so the reader strips the outer quotes. Without that, every account flow fails on an email wrapped in literal apostrophes. Later file wins, and within a file the later line wins, which matches setup_storefront_env and makes a commented-out block predictable to edit. e2e/scripts/test_run_maestro puts a fake maestro on PATH and asserts the argv, so the environment contract has tests without needing a device. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Assisted-By: devx/252dfd24-6c25-4bb4-8463-27702ec564eb
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-run-maestro-e2e-env
branch
from
August 7, 2026 15:41
ef1f3ac to
9b59e1e
Compare
kieran-osgood-shopify
force-pushed
the
kieran-osgood/ejson-generate-env-files
branch
from
August 7, 2026 15:41
d4951e0 to
0041792
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?
How to test
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.