-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Description
Version
1.57.0
Steps to reproduce
run npx playwright install --with-deps on latest uptodate Debian stable
Expected behavior
I expect that everything works, especially that Debian 13 (latest stable) is mentioned as supported in https://playwright.dev/docs/intro#system-requirements
Actual behavior
╔══════════════════════════════════════════════════════╗
║ Host system is missing dependencies to run browsers. ║
║ Missing libraries: ║
║ libicudata.so.72 ║
║ libicui18n.so.72 ║
║ libicuuc.so.72 ║
║ libvpx.so.7 ║
║ libavif.so.15 ║
╚══════════════════════════════════════════════════════╝
Indeed libicudata, libicui18n and libicuuc are .76, libvpx is .9, and libavif is .16 on my system.
Additional context
I can still run tests using my previously installed browsers (installed when Debian 12 was installed, before my update).
Environment
System:
OS: Linux 6.12 Debian GNU/Linux 13 (trixie) 13 (trixie)
CPU: (16) x64 11th Gen Intel(R) Core(TM) i9-11900H @ 2.50GHz
Memory: 41.27 GB / 62.53 GB
Container: Yes
Binaries:
Node: 24.12.0 - /home/julien/.nvm/versions/node/v24.12.0/bin/node
Yarn: 1.22.22 - /usr/bin/yarn
npm: 11.6.2 - /home/julien/.nvm/versions/node/v24.12.0/bin/npm
pnpm: 10.9.0 - /home/julien/.local/share/pnpm/pnpm
bun: 1.0.29 - /home/julien/.bun/bin/bun
Deno: 2.0.0 - /home/julien/.cargo/bin/deno
IDEs:
VSCode: 1.107.1 - /usr/bin/code
Languages:
Bash: 5.2.37 - /usr/bin/bash
npmPackages:
@playwright/test: ^1.57.0 => 1.57.0
playwright: ^1.57.0 => 1.57.0wadlo
Metadata
Metadata
Assignees
Labels
No labels