-
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
Remove Puppeteer references #10352
Remove Puppeteer references #10352
Conversation
…uppeteer-references
Test the buildOption 1. Jetpack Beta
Option 2. Jurassic Ninja - available for logged-in A12s🚀 Launch a JN site with this branch 🚀 ℹ️ Install this Tampermonkey script to get more options. Build info:
Note: the build is updated when a new commit is pushed to this PR. |
Size Change: 0 B Total Size: 1.29 MB ℹ️ View Unchanged
|
…uppeteer-references
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.
Thanks for taking care of all these file moves and changes, Eduardo! Everything looks good and tests are passing. I left a few nitpicks, mostly for comment wording and some variable type setting. Feel free to address those but they aren't blockers.
LGTM
It can be used later for Slack integration with the E2E tests
This reverts commit 519f89d.
This reverts commit a229eed.
Thanks for working on this @eduardoumpierre! I've seen there's still a Puppeteer reference in the package.json:
But looks like it's needed for the E2E environment, as it's used by We might need to update the Running tests section from the E2E tests README, as it wrongly says:
It seems this section references to the Puppeteer implementation, so it would be great to adapt it to the Playwright one. I did a first check on the existing |
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.
Code changes LGTM and testing instructions passed.
It would be great if we could update the E2E documentation according to the recent changes. I'll pre-approve it 👍
Hey @alopezari! The documentation changes will be made as part of #10354, so it should be addressed soon. Thanks for reviewing this PR! |
…uppeteer-references
Fixes #10241
Changes proposed in this Pull Request
This PR aims to remove all Puppeteer files and references. Main changes:
tests/e2e-pw
totests/e2e
Testing instructions
E2E Tests - Pull Request
,E2E Tests - All
, andE2E Tests on Atomic - All
workflowsnpm run test:e2e-performance
tests/e2e/reports/checkout-performance.txt
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