Sign inSign up

chinayin/playwright

By chinayin

Updated 3 months ago

Playwright is a framework for Web Testing and Automation.

Image
0

50K+

chinayin/playwright repository overview

Playwright Base Image

Docker Image CI Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

Usage

You can use the image directly, e.g.

docker run --rm -it chinayin/playwright:1.52.0
docker run --rm -it chinayin/playwright:1.52.0-python3.12
docker run --rm -it chinayin/playwright:1.52.0-chromium-python3.12
docker run --rm -it chinayin/playwright:1.52.0-firefox-python3.12
docker run --rm -it chinayin/playwright:1.52.0-webkit-python3.12
docker run --rm -it chinayin/playwright:1.52.0-node18

The images are built daily and have the security release enabled, so will contain any security updates released more than 24 hours ago.

You can also use the images as a base for your own Dockerfile:

FROM chinayin/playwright:1.52.0

Tag summary

Content type

Image

Digest

sha256:0596963a5

Size

921.4 MB

Last updated

3 months ago

docker pull chinayin/playwright:1.58.0-python3.11