Bump playwright 1.52.0 -> 1.59.1
Playwright 1.52 hangs under Node 24 when loading test files that transitively import modules with top-level await (tests/support/ support.ts). Node 24 enables require(esm) by default, and the old CJS-based .ts transformer deadlocks on TLA.
Also update CLAUDE.md: playwright 1.59’s –project flag is variadic and greedily consumes trailing args, so the file path must come before –project.
3 files changed
+17
-14
a1b07239
→
ad75d648
modified CLAUDE.md
@@ -37,7 +37,7 @@ npm run test:http-client:unit
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified package-lock.json
@@ -34,7 +34,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -846,12 +846,13 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3837,12 +3838,13 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3855,10 +3857,11 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
modified package.json
@@ -26,7 +26,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|