SkillAgentSearch skills...

Puppeteer

:octocat: Github action to run test using Puppeteer, the headless chrome Node API

Install / Use

/learn @tj-actions/Puppeteer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | |-------------------------------------------------|--------|----------|---------|--------------| | <a name="input_files"></a>files | string | true | | Files to run |

<!-- AUTO-DOC-INPUT:END -->

Outputs

<!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section -->

| OUTPUT | TYPE | DESCRIPTION | |------------------------------------------------------------------------|--------|----------------| | <a name="output_container-id"></a>container-id | string | Container ID | | <a name="output_home"></a>home | string | Home directory |

<!-- AUTO-DOC-OUTPUT:END -->

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.

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated4mo ago
Forks3

Languages

JavaScript

Security Score

92/100

Audited on Nov 26, 2025

No findings