[Issue #11704] support e2e feature envs - #11804
Open
doug-s-nava wants to merge 2 commits into
Open
Conversation
doug-s-nava
force-pushed
the
dschrashun/11704-support-e2e-feature-envs
branch
from
August 3, 2026 15:57
e301a61 to
5a0ec1a
Compare
doug-s-nava
added a commit
that referenced
this pull request
Aug 4, 2026
…#11800) Introduces `PLAYWRIGHT_API_URL` and `PLAYWRIGHT_BASE_URL` environment variables into the playwright system and CI to allow for directly setting these values without any hard coding. This change is needed to support running tests from the mgmt repo after splitting code. This piece of the work does not address the parts of the ticket oriented towards supporting grantee / grantor test environments. Those pieces are in #11804
doug-s-nava
force-pushed
the
dschrashun/11704-support-e2e-feature-envs
branch
from
August 4, 2026 14:57
5a0ec1a to
9a90dec
Compare
doug-s-nava
marked this pull request as ready for review
August 4, 2026 14:57
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.
Summary
Work for #11704
Changes proposed
Covers parts of the ticket not covered in #11800, adding support for e2e tests to run against grantee and grantor environments. Involves a few refactors to:
=== 'staging'to!== 'local'where applicable)Note, depends on #11800, don't review til that has merged
Context for reviewers
Note that not everything is fully configured for tests to pass in these environments, see #11806
Validation steps