Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinayin-docker/playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. playwright.dev
https://github.com/chinayin-docker/playwright
Last synced: 3 months ago
JSON representation
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. playwright.dev
- Host: GitHub
- URL: https://github.com/chinayin-docker/playwright
- Owner: chinayin-docker
- License: apache-2.0
- Created: 2023-11-13T11:44:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-22T07:42:10.000Z (9 months ago)
- Last Synced: 2024-05-05T17:34:38.708Z (6 months ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Playwright Base Image
=================[![Docker Image CI](https://github.com/chinayin-docker/playwright/actions/workflows/ci.yml/badge.svg?event=schedule)](https://github.com/chinayin-docker/playwright/actions/workflows/ci.yml)
![Docker Image Version (latest semver)](https://img.shields.io/docker/v/chinayin/playwright?sort=semver)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/chinayin/playwright?sort=semver)
![Docker Pulls](https://img.shields.io/docker/pulls/chinayin/playwright)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.
```bash
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:
```bash
FROM chinayin/playwright:1.41.2
```