Skip to content
camera-off

GitHub Action

puppeteer-chrome

v5.0.1 Latest version

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@v5.0.1

Learn more about this action in tj-actions/puppeteer

Choose a version

puppeteer

Codacy Badge CI Update release version. Public workflows that use this action.

Run Test through puppeteer, the headless chrome Node API

Usage

...
    steps:
      - uses: actions/checkout@v3
      - name: Run test
        uses: tj-actions/puppeteer@v5
        id: puppeteer
        with:
          files: |
            test/test.js

See test for more examples

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
files string true Files to run

Outputs

OUTPUT TYPE DESCRIPTION
container-id string Container ID
home string Home directory

If you feel generous and want to show some extra appreciation:

Buy me a coffee

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.