-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Tests: Try running in Firefox (in addition to Chrome) #28498
Conversation
Size Change: +80 B (0%) Total Size: 1.37 MB
ℹ️ View Unchanged
|
Aah, we're using |
Yes, we don't want everyone to download 150-ish MB hoping they run e2e tests locally for every PR 😅 |
I think this would be easier after the Playwright migration is finished. See #38851. |
This is now possible after #44631 in Playwright. Should we close this now? |
Description
First stab at running e2e tests in Firefox, when run in CI.
Sometimes we see errors that only manifest in Firefox, such as the issue that was fixed by #28212. In order to catch those earlier, it makes sense to add Firefox coverage to our automated tests.
Inspired by Automattic/jetpack#17893 (which I haven't gotten to work yet 😬)
How has this been tested?
See if the e2e tests GH Actions pass 🤞
To run locally (with tests visible):