W-19442242 Add docs and setup to debug per-pr e2e tests#3233
Merged
W-19442242 Add docs and setup to debug per-pr e2e tests#3233
Conversation
Collaborator
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
vmarta
approved these changes
Sep 5, 2025
unandyala
approved these changes
Sep 8, 2025
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.
Description
As a PWA kit stakeholder, I'd like to make sure my e2e tests pass before I merge in the PR into develop. We have a github actions workflow that runs e2e tests against each PR and blocks merge if the tests fail.
We need to document a way to allow developers to debug test failures by running the e2e tests locally.
This PR enables passing in inputs for MRT Env config that allows developers to recreate e2e test setup on their own MRT Env. With that they can locally run playwright tests against their own MRT instance and need not worry about breaking our testing CI. It also makes sure developers are debugging tests against the same setup that the CI uses.
This PR has a corresponding docs PR in paved-path docs: Paved Path #152
Types of Changes
Changes
How to Test-Drive This PR
Checklists
General
Accessibility Compliance
You must check off all items in one of the follow two lists:
or...
Localization