fix(ci): upgrade Playwright to 1.60.0 in e2e workspaces#3267
Conversation
Prevents playwright install from hanging on Node 24.16+ during zip extraction after browser download completes. Updates adoption-insights, bulk-import, extensions, global-floating-action-button, global-header, homepage, quickstart, scorecard, and theme. Lightspeed is handled separately. Co-authored-by: Cursor <cursoragent@cursor.com>
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3267 +/- ##
=======================================
Coverage 53.57% 53.57%
=======================================
Files 2407 2407
Lines 86535 86535
Branches 23960 23959 -1
=======================================
Hits 46361 46361
Misses 38593 38593
Partials 1581 1581
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
A direct playwright@^1.56.1 dependency conflicted with @playwright/test 1.60.0 and caused duplicate lockfile entries and e2e test failures. Co-authored-by: Cursor <cursoragent@cursor.com>
|
ReviewFindingsMedium
Low
Info
|



Summary
Upgrades
@playwright/testto 1.60.0 across Playwright e2e workspaces so CI no longer hangs on Node 24.16+ duringplaywright install(download completes, then extraction stalls on Playwright < 1.60.0).Workspaces updated
package.jsonfiles updatedplugins/bulk-importScope: 25
package.jsonfiles and 9yarn.lockfiles (34 files). Prior versions (1.58.2,1.59.1,^1.56.1,^1.32.3) are pinned to 1.60.0.Out of scope:
lightspeed— upgrade is handled on a separate PR.Resolves
https://redhat.atlassian.net/browse/RHIDP-14350
Test plan
install playwrightstep completes on Node 24 for affected workspaces