Skip to content

A GitHub Action / Docker image for Puppeteer, the Headless Chrome Node API

License

Notifications You must be signed in to change notification settings

zaoqi-clone/puppeteer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ianwalter/puppeteer

A GitHub Action / Docker image for Puppeteer, the Headless Chrome Node API

About

Forked from buildkite/puppeteer and based on this troubleshooting guide.

Usage

As a GitHub Action:

name: Main
on: push
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@master
      - name: Install
        uses: ianwalter/[email protected]
        with:
          args: yarn
      - name: Test
        uses: ianwalter/[email protected]
        with:
          args: yarn test

As a Docker container:

docker pull ianwalter/puppeteer:2.0.0

Related

License

Apache 2.0 with Commons Clause - See LICENSE

 

Created by Ian Walter

About

A GitHub Action / Docker image for Puppeteer, the Headless Chrome Node API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 85.3%
  • JavaScript 14.7%