A GitHub Action / Docker image for Puppeteer, the Headless Chrome Node API
Forked from buildkite/puppeteer and based on this troubleshooting guide.
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/puppeteer@v2.0.0
with:
args: yarn
- name: Test
uses: ianwalter/puppeteer@v2.0.0
with:
args: yarn test
As a Docker container:
docker pull ianwalter/puppeteer:2.0.0
@ianwalter/bff
- Your friendly test runner/framework@ianwalter/bff-puppeteer
- A bff plugin to enable Puppeteer-based testing
Apache 2.0 with Commons Clause - See LICENSE
Created by Ian Walter