Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

puppeteer-chrome

Actions
Run Test through Puppeteer, the headless chrome Node API
v2.1
Star (18)

puppeteer

CI

Run Test through Puppeteer, the headless chrome Node API

...
    steps:
      - uses: actions/checkout@v2
      - name: Install dependencies
        uses: tj-actions/puppeteer@v2
        with:
          args: yarn install
      - name: Run test
        uses: tj-actions/puppeteer@v2
        with:
          args: yarn test

Inputs

Input type required default
token string false ${{ github.token }}
node-version string false 10
args string true

Credits

This package was created with Cookiecutter.

Report Bugs

Report bugs at https://github.com/tj-actions/puppeteer/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.

puppeteer-chrome is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run Test through Puppeteer, the headless chrome Node API
v2.1

puppeteer-chrome is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.