Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Bump playwright 1.52.0 -> 1.59.1
Merged rudolfs opened 8 days ago

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.

check check-visual check-unit-test check-http-client-unit-test check-radicle-httpd check-e2e check-build check-http 👉 Workflow runs 👉 Branch on GitHub

rudolfs opened with revision 21bdb648 on base a1b07239 +17 -14 8 days ago

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.

check check-visual check-unit-test check-http-client-unit-test check-radicle-httpd check-e2e check-build check-http 👉 Workflow runs 👉 Branch on GitHub

rudolfs merged revision 21bdb648 at ad75d648 8 days ago