puppeteer-chrome
ActionsTags
(2)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
Input | type | required | default |
---|---|---|---|
token | string |
false |
${{ github.token }} |
node-version | string |
false |
10 |
args | string |
true |
- Free software: MIT license
This package was created with Cookiecutter.
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.