Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.43 KB

README.md

File metadata and controls

58 lines (44 loc) · 1.43 KB

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