You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
puppeteer-chrome
v2
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
Input | type | required | default |
---|---|---|---|
token | string |
false |
${{ github.token }} |
node-version | string |
false |
10 |
run-args | string |
false |
- 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.