mirror of
https://github.com/tj-actions/puppeteer
synced 2026-07-22 18:13:47 +00:00
No description
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| test | ||
| .gitignore | ||
| .whitesource | ||
| action.yml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| HISTORY.md | ||
| LICENSE | ||
| README.md | ||
puppeteer
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 |
- Free software: MIT license
If you feel generous and want to show some extra appreciation:
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.
