Open foragerDev opened 1 year ago
I think that you should install dependencies in the docker image. You could use:
# playwright deps
npx --package playwright@<playwright-version-used-in-this-library> playwright install-deps
It worked after installing dependencies manually.