-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Testing: Remove e2e-test-utils package and deprecated test configuration #72880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: -89 B (0%) Total Size: 2.38 MB
ℹ️ View Unchanged
|
I decided to lump in this change with 35abb82 because it looks like the dependency isn't actually used in |
|
Thanks for working on this, @aduth! Love all the red in this PR. How would this affect projects using this legacy utils package? I'm guessing they'll still be able to use the last published version. Is that correct? |
What?
Related to #38851
Removes all package code and documentation references related to the legacy end-to-end test setup:
packages/e2e-test-utilspackages/e2e-testsaside from plugins still referenced in current end-to-end testsWhy?
form-datawith a critical security vulnerability, though the actual risk is pretty low. This dependency will be fully removed in a separate pull request.Testing Instructions
Verify that end-to-end tests still pass.