Skip to content

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

License

Notifications You must be signed in to change notification settings

chinayin-docker/playwright

Repository files navigation

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.41.2
docker run --rm -it chinayin/playwright:1.41.2-python3.11
docker run --rm -it chinayin/playwright:1.41.2-chromium--python3.11
docker run --rm -it chinayin/playwright:1.41.2-firefox--python3.11
docker run --rm -it chinayin/playwright:1.41.2-webkit--python3.11
docker run --rm -it chinayin/playwright:1.41.2-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.41.2

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published