-
Notifications
You must be signed in to change notification settings - Fork 939
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
can't install on Alpine3.12 #234
Comments
Thanks for reporting this! The driver executable was not download when We would have to rethink packaging to be able to support Alpine. |
Bump Is building browsers on alpine possible ? |
Depends on the need, since not a lot of people are upvoting the feature, not much gets investigated into it. For WebKit and Firefox its not super easy, since there would be separate browser builds needed. For Chromium it could be possible when Chrome Canary gets used. Do you want to use Playwright for Python with Alpine? |
@mxschmitt as much as I have used alpine with python there are too many issues to deal with mostly because of musl and many workarounds are required so we should not be investigating it anymore & I don't want to use alpine, Ubuntu is just fine, FYI I am on PR for playwright to install only selected browsers. |
@kumaraditya303 I think the same way. (For the selected browsers, it's not an easy change, needs to be made upstream the change on the Playwright project and designed that it can be used with the other language providers too.) |
Hi, if the question was - is it possible to run ui-tests on chromium-alpine - so yes, it's possible. I did it on selenium. If the problem is with chromium webdriver - you can look at my PR SergeyPirogov/webdriver_manager#97 for webdriver_manager where i solved the same issue. |
Alpine is currently out of scope for Playwright and the core team is not looking at it actively, hence closing. |
Is Alpine still out of scope? |
Any news about Alpine? |
It's not supported as per #1770. I wonder why but I can guess that it has something to do with the increase in complexity. I have moved on, but it's a pity because I remember that Alpine was one of the desired Linux distributions for my use case to run it on AWS Lambda. |
The text was updated successfully, but these errors were encountered: