E2E: .env.example cleanup after test isolation#7383
Merged
phyllis-sy-wu merged 1 commit intomainfrom Apr 23, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the E2E environment example file to reflect current test requirements and keep CI-secret annotations consistent with the repo’s .env.example documentation style.
Changes:
- Removes the no-longer-needed
E2E_STORE_FQDNentry from the E2E.env.example. - Adds the missing
# CI secret: E2E_ORG_IDannotation aboveE2E_ORG_ID.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
amcaplan
approved these changes
Apr 23, 2026
Contributor
amcaplan
left a comment
There was a problem hiding this comment.
Tests pass, so I assume this is fine 👍
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.

WHY are these changes introduced?
The
E2E_STORE_FQDNenvironment variable is no longer required for e2e tests and should be removed from the e2e configuration. Additionally, theE2E_ORG_IDvariable was missing its CI secret annotation comment.WHAT is this pull request doing?
Removes the
E2E_STORE_FQDNenvironment variable from the e2e.env.examplefile and adds the missing# CI secret: E2E_ORG_IDcomment to theE2E_ORG_IDvariable, bringing it in line with the documentation style used for other secrets.How to test your changes?
Verify that e2e tests run successfully without the
E2E_STORE_FQDNvariable set in the environment.Checklist
patchfor bug fixes ·minorfor new features ·majorfor breaking changes) and added a changeset withpnpm changeset add