Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.32 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.32 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

  • @ianwalter/bff - Your friendly test runner/framework (a test runner that can run Puppeteer tests)

License

Apache 2.0 with Commons Clause - See LICENSE

 

Created by Ian Walter