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

GitHub Action

puppeteer-chrome

v2

puppeteer-chrome

camera-off

puppeteer-chrome

Run Test through Puppeteer, the headless chrome Node API

Installation

Copy and paste the following snippet into your .yml file.

              

- name: puppeteer-chrome

uses: tj-actions/puppeteer@v2

Learn more about this action in tj-actions/puppeteer

Choose a version

puppeteer

Run Test through Puppeteer, the headless chrome Node API

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

Inputs

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

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.