A GitHub Action to open Puppeteer and take a screenshot of the page. The screenshot will be saved to $GITHUB_WORKSPACE/screenshots/screenshot-${timestamp}.png
where the timestamp is the unix timestamp of when the image was taken.
You can change the name of the saved screenshot in the config.
More on GitHub Actions here
Platform | Versions | Tested & Working |
---|---|---|
ubuntu |
16.04, 18.04 | 👍 |
windows |
Server 2016 & 2019 | 👍 |
macOS |
10.15 | 👍 |
steps:
- name: Take photo of github.com
uses: "lannonbr/[email protected]"
with:
url: https://github.com