Open
Description
It'd be great if we could run our e2e tests not only against Chrome, but also Firefox. We've recently experienced an issue that broke Jetpack blocks when used with Gutenberg 9.4.1 in Firefox, but had no impact on Chrome. It's quite likely that our e2e tests would've discovered if they'd been run on FF, once they'd picked up GB 9.4.0 or 9.4.1.
According to some sources I found, it seems like puppeteer started supporting Firefox "properly" (without the legacy puppeteer-firefox
package?) in v3, which was released earlier this year. We're currently still on v2.1.1. There's been a renovate PR to upgrade to the current version (5.4.0!) for a while -- it might make sense to land that before attempting to add coverage for Firefox.
Activity