-
Notifications
You must be signed in to change notification settings - Fork 69
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
E2E - Migrate dev tools flows to use WP-CLI #4689
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should save some precious time for setting up the context of tests.
I'm pre-approving, let's double check that the E2E tests are indeed passing once the run is done
@jbordonado We'll need to put this PR on-hold for now. It seems the command is not getting executed inside GH actions. Need to investigate. Can confirm that it's working as expected locally. |
Fixes #4402
Changes proposed in this Pull Request
Previously, enabling features via dev tools was done like a regular test flow, which is not ideal since dev tools features are used only for development. This PR adds updates the dev tools flows to use WP-CLI
Testing instructions
shopper-myaccount-save-card-and-checkout-upe.spec.js
underWCPay - Shopper
is passing since the test uses the new WPCLI flows.npm run test:e2e-performance
npm run changelog
to add a changelog file, choosepatch
to leave it empty if the change is not significant. You can add multiple changelog files in one PR by running this command a few times.Post merge