Skip to content

fix(ci): bump Playwright for Node 24 browser install#29946

Open
kbingol wants to merge 1 commit into
anomalyco:devfrom
kbingol:fix/playwright-install-node24
Open

fix(ci): bump Playwright for Node 24 browser install#29946
kbingol wants to merge 1 commit into
anomalyco:devfrom
kbingol:fix/playwright-install-node24

Conversation

@kbingol
Copy link
Copy Markdown

@kbingol kbingol commented May 29, 2026

Issue for this PR

Closes #29944

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Bumps Playwright from 1.59.1 to 1.60.0.

This should avoid a cold-cache Windows CI hang where bunx playwright install chromium reaches 100% and then never exits before e2e tests start. Playwright 1.60.0 includes the upstream archive extraction fix from microsoft/playwright#40747, which is linked from the related install-hang reports.

How did you verify your code works?

  • Regenerated bun.lock with bun install --ignore-scripts.
  • Confirmed the diff only updates @playwright/test, playwright, and playwright-core to 1.60.0.

I could not fully run the Windows e2e job locally, so CI should verify the actual runner behavior.

Screenshots / recordings

Not a UI change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels May 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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.

Windows e2e can hang installing Playwright browsers on cold cache

1 participant