No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-15 17:30:06 -06:00
.github chore(deps): update actions/checkout action to v4.2.2 2024-10-23 20:04:57 +00:00
test Updated action 2022-12-31 22:52:44 -07:00
.gitignore Updated test 2022-12-31 15:37:57 -07:00
.whitesource Added .whitesource 2021-07-02 12:52:34 -04:00
action.yml upgrade: puppeteer from v21.3.7 to v21.3.8 (#192) 2023-10-18 15:02:13 -06:00
CODE_OF_CONDUCT.md Added CODE_OF_CONDUCT.md 2021-07-02 16:43:52 -04:00
CONTRIBUTING.md Initial commit 2020-11-11 06:40:51 -05:00
HISTORY.md Upgraded from v5.0.0 -> v5.0.1 2023-10-18 21:03:39 +00:00
LICENSE Initial commit 2020-11-11 06:40:51 -05:00
README.md Updated README.md (#223) 2024-05-07 21:03:29 -06:00

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.