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

fix: use latest playwright image #612

Merged
merged 3 commits into from
Feb 13, 2025
Merged

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Feb 13, 2025

The default playwright image hasn't been updated for months so we end up removing and reinstalling browsers on every run, so use a specific version instead.

The playwright image comes with LTS node so we can base both the node and browser images off that and save having to build the images over and over again.

Before:

image

After:

image

The default playwright image hasn't been updated for months so we
end up removing and reinstalling browsers on every run.

Use a specific version instead.
@achingbrain achingbrain merged commit 5a2d5bf into master Feb 13, 2025
2 checks passed
@achingbrain achingbrain deleted the fix/use-latest-playwright-image branch February 13, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant