Skip to content

🎭 Docker images for each Playwright browser.

License

Notifications You must be signed in to change notification settings

chialab/playwright-browser-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright browser images

This repository automatically publishes Docker images to GitHub Container Registry whenever a new version of Playwright is detected on npm. For each browser (chromium, firefox, webkit), two tags are published: <browser>-<version> and <browser>-latest.

The images are based on Alpine Linux and include only the browsers required to run Playwright, without additional dependencies. They are intended for use in CI environments, such as GitHub Actions.

Example usage

name: Playwright tests
on: [push]

jobs:
  test-chromium:
    runs-on: ubuntu-latest
    container: chialab/playwright:chromium-1.58.2
    steps:
      - uses: actions/checkout@v6
      - uses: actions/setup-node@v6
      - run: npm install
      - run: npx playwright test --project=chromium

License

Playwright browser images is released under the MIT license.

About

🎭 Docker images for each Playwright browser.

Topics

Resources

License

Stars

Watchers

Forks

Packages