A docker container with playwright dependencies.
80
Installs dependencies required to run playwright 0.11.1.
Although Firefox runs fine, Webkit had a lot of issues running which these dependencies fix.
At the time of testing, the versions of browsers were:
cd /example
npm run example
Check for screenshots at /example/screenshots.
If you want to view the screenshots on your container host machine, you could run the image like:
% docker run -it --rm \
-v $(pwd)/screenshots:/example/screenshots \
ghcr.io/jamiely/playwright:0.11.1 bash
Then, inside the container, run the example provided
cd /example
npm run example
Then open the screenshot files from the screenshots directory inside
your working directory.
Content type
Image
Digest
Size
549.6 MB
Last updated
over 5 years ago
docker pull jamiely/playwright:0.11.1