What you will practice
In this project, you'll practice using CI/CD tools to keep screenshots of your webpage up-to-date.
Introduction
Set up a CI/CD workflow which will produce a screenshot of your homepage and keep it updated as you keep changing the code. This kind of always-up-to-date screenshot can be useful for your README or as the basis of marketing materials that include screenshots of your website. You can even use these images to perform visual regression testing!
Suggested Implementation
This challenge is technology-agnostic. However, one particularly easy stack to do this with would be to have:
You have a lot of options at every level here, you will need:
A repo
A CI/CD system
A Screenshotting library or tool