microsoft / playwright

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
https://playwright.dev
Apache License 2.0
63.61k stars 3.44k forks source link

[Feature]: Firefox-ESR Support #31163

Open dominikschopper opened 3 weeks ago

dominikschopper commented 3 weeks ago

🚀 Feature Request

we need Firefox ESR support in playwright, should work pretty like the channels for other browsers (edge ...)

Example

No response

Motivation

I do think its relevant. if you need to support the esr release, you will need to run your e2e tests against that release. there are companies that restrict their users to use the esr release and thus you need to test

There was the feature req 27542 for this that was not upvoted enough ... https://github.com/microsoft/playwright/issues/27542

the3ver commented 3 weeks ago

Our company too limits the client machines to the ESR Versions of FF. This feature would be helpful.