sometimes things just break visually without coding errors
here's what happened: we pushed a feature and all automated checks passed. then someone messaged us about mobile layout issues ⚡ turns out, no one was checking the visual stuff.
so yeah, add some
puppeteer
-based screenshot tests to your pipeline! they can take snapshots of key pages after deployments compare them with baseline images and alert you if something changes unexpectedly. this way u catch those sneaky ui snafus before users do ✅
what's everyone else using for visual testing? tried any cool tools recently that work well in ci?
anyone have tips on integrating these into existing workflows without making it too cumbersome to merge prs
full read:
https://dev.to/custodiaadmin/how-to-add-screenshot-tests-to-your-github-actions-ci-pipeline-3a6f