Skip to content

north-brook/fast-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-playwright

Small GitHub Actions container image based on the official Playwright image, with the extra system packages needed by Bun preinstalled.

Images

  • ghcr.io/north-brook/fast-playwright:v1.58.2-noble
  • ghcr.io/north-brook/fast-playwright:v1.59.1-noble
  • ghcr.io/north-brook/fast-playwright:v1.60.0-noble

Included

  • Official Playwright base image
  • curl
  • unzip

Usage

container:
  image: ghcr.io/north-brook/fast-playwright:v1.60.0-noble

This lets E2E jobs remove the repeated apt install step:

- name: Install Container Dependencies
  run: |
    apt-get update
    apt-get install -y unzip curl

Use an image tag that matches the app's installed Playwright version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors