Closed BillyBolton closed 3 years ago
I would pay attention to where it says
error while loading shared libraries: libicui18n.so.66: cannot open shared object file: No such file or directory
It runs well for us on one machine with Webkit in Ubuntu 20.04, which has a few libicui18n
per
sudo find / -name *libicui18n*
@BillyBolton Webkit is working fine on my Ubuntu 20.10 machine. Here is a list of apt packages required for webkit to work, be sure you have all of them: https://playwright.dev/docs/ci/#travis-ci
I could never get Webkit browsers to work locally (Ubuntu 20.10) but it works fine in my CI pipeline (CircleCi). I'm assuming this is because Webkit isn't supported on Ubuntu, is that correct -- especially in the case that headless=false? Otherwise, I'm not sure what could be wrong. Tests work fine with Chromium and Firefox. Here's the error I get:
The test is really simple:
This issue was present in previous versions of Playwright-Test. However, if needed my config is: