[REGRESSION]: Playwright is not recognising the browsers that are pre-baked into Docker image
See original GitHub issuehttps://github.com/microsoft/playwright/issues/12674 originally raised here
Experiencing issue with version 1.17.2
and 1.19.1
Operating Systems: CircleCI and Jenkins linux based pipelines
I maintain 2 different pipelines that have been using the pre-built Playwright docker images and until recently both these configurations were working without any issue, but since last week I am now experiencing an issue where we are being prompted to install playwright again in order to download new browsers.
Both pipelines and the respective projects are pinned to the same Playwright version, here is an example from one of the projects:
from package.json:
from CircleCI config - commented out lines are what I have had too add as a temp workaround. But removing these steps results in the error shown in the image above
As I mentioned before, until last week this config was working absolutely fine. The only change I have made is the added steps to install the browsers.
I have checked the docker images and the browser files are present in both the 1.17.2-focal
and 1.19.1-focal
versions
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
@aslushnikov sure thing, may take me a few days to get it sorted around other work commitments but will post up here again once I have something for you
Closing as part of the triage process since it seemed stale. Please create a new issue with a detailed reproducible or feature request if you still face issues.