I'm using playwright-go and I'm trying to get it running in an Ubuntu 20.04 container. I'm using playwright-go version 1.37.1. I'm running playwright install --with-deps
and can see it complete. However, nothing appears in /home/.cache/ms-playwright-go/1.37.1/playwright.sh
, and so my program fails when I call playwright.Run()
. Anyone have any idea what I'm doing wrong? Attached some diagnostic steps I took in the container.
This thread is trying to answer question "Why is 'playwright.sh' not found after running 'playwright install --with-deps' in an Ubuntu 20.04 container?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].