Skip to content
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

Ridiculous Playwright dependency issue is back #7

Closed
huijing opened this issue Oct 12, 2023 · 1 comment
Closed

Ridiculous Playwright dependency issue is back #7

huijing opened this issue Oct 12, 2023 · 1 comment
Labels
devops Involves the deployment pipeline

Comments

@huijing
Copy link
Contributor

huijing commented Oct 12, 2023

So it seems like every time Playwright pushes a new release, our deploy pipelines are going to bork out because the browser executable gets downloaded into a different place from where the build process expects?

We never actually solved it the last time on Netlify, and turns our Github actions also has this issue. FML.
(╯°□°)╯︵ ┻━┻

[@mdx-js/rollup] browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium-1080/chrome-linux/chrome

No shit, Einstein, that's because when we ran bunx playwright install --with-deps chromium, the executable was downloaded to

Chromium 119.0.6045.9 (playwright build v1084) downloaded to /home/runner/.cache/ms-playwright/chromium-1084

BIG SIGH.

@huijing
Copy link
Contributor Author

huijing commented Oct 26, 2023

It seems like Netlify takes a week.
For Github actions, I had to recommit with updated dependencies? Not very sure yet. Will continue to monitor the next time Playwright updates.

@huijing huijing closed this as completed Oct 26, 2023
@huijing huijing added the devops Involves the deployment pipeline label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Involves the deployment pipeline
Projects
None yet
Development

No branches or pull requests

1 participant