-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Bug]: Playwright: Missing official support for Fedora - Incorrect fallback message and dependency handling #29559
Comments
Ran into same issue tonight - appreciate y'all, maintainers. Would be great to get this in Fedora. |
Supporting a new operating system is a major investment for us. Not only compiling the browsers, its also required to run our tests against this new operating system. For amd/arm multiplied by the 3 browser engines. And potentially new Fedora versions. In the past we didn't see enough interest for Fedora, hence we haven't invested much time into it. Folding into #19458. As a workaround we recommend either running entirely inside Docker or using the client/server mode: #26482 Running it inside Docker is what customers are usually doing in such a scenario. |
Firefox can be installed on Fedora 40. |
How it can be installed for playwright? |
I've used:
The 'playwright install' complains but seems to be working (try runnng
|
Version
1.41.2
Steps to reproduce
1. System Setup:
npm init playwright
2. Test Execution:
npx playwright test
3. Dependency Installation Attempt:
npx playwright install-deps
Failed to install browser dependencies
4. Playwright Installation Attempt:
npx playwright install
BEWARE: your OS is not officially supported by Playwright; downloading fallback build for ubuntu20.04-x64.
Expected behavior
Actual behavior
npx playwright install-deps
fails.npx playwright install
triggers warnings about using an unsupported fallback build.Additional context
Environment
The text was updated successfully, but these errors were encountered: