Skip to content

manfromth3m0oN/playwright-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 

Repository files navigation

Playwright-go Docker Image

This repo contains CI to build a docker image containing playwright and its dependencies. These dependencies would normally be installed on a developers machine with:

go run github.com/playwright-community/playwright-go/cmd/playwright@latest install --with-deps

Behind corporate proxies or in some isolated environments this can be an issue.


Use this docker image as so:

USE ghcr.io/manfromth3m0on/playwright-go:v0.4201.1

// Copy in your tests
COPY . .

// Run your tests
CMD [ "go" "test" "./component_tests" ]

About

An automated docker image build of playwright-go with dependencies installed

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors