Skip to content

Commit cfc8a97

Browse files
committed
ci: bump Playwright to 1.60, debug browser installs
The 1.59.1 install hangs deterministically on ubuntu-latest after downloading the Chrome for Testing archive; every bounded retry stalls the same way. Track the latest release and emit pw:install debug output so any future stall shows where it stops.
1 parent 8c10df6 commit cfc8a97

3 files changed

Lines changed: 15 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
if: steps.playwright-cache.outputs.cache-hit != 'true'
115115
working-directory: conformance-tests/
116116
timeout-minutes: 15
117+
env:
118+
DEBUG: pw:install
117119
# The CDN download can hang mid-install; bound each attempt and retry
118120
# instead of letting the step-level timeout kill the whole job.
119121
run: |

conformance-tests/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conformance-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "AGPL-3.0-or-later",
1515
"type": "commonjs",
1616
"devDependencies": {
17-
"@playwright/test": "^1.59.1",
17+
"@playwright/test": "^1.60.0",
1818
"@types/node": "^25.6.2",
1919
"dotenv": "^17.4.2"
2020
}

0 commit comments

Comments
 (0)