Upgrade Playwright to 1.48+ for Ubuntu 24.04 support#100
Conversation
|
Co-authored-by: loganvolkers <1157086+loganvolkers@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades Playwright from version 1.41.2 to 1.48.0 to resolve Ubuntu 24.04 compatibility issues in CI. Playwright 1.41.2 fails on Ubuntu 24.04 due to the deprecated libasound2 package, while versions 1.43.0+ use the correct libasound2t64 package name.
Key changes:
- Playwright dependency upgraded from
^1.41.2to^1.48.0 - Size limits adjusted to accommodate minor bundle size increases from the Playwright upgrade
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Closes: microsoft/playwright#30368
Playwright 1.41.2 fails on Ubuntu 24.04 with
Package 'libasound2' has no installation candidate. Versions ≥1.43.0 support Ubuntu 24.04 by using the correct package name (libasound2t64).Changes:
^1.41.2to^1.48.0in package.jsonWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
esm.ubuntu.com/usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.