Hacker News new | ask | show | jobs
Automating Visual UI Tests with Playwright and GitHub Actions (mmazzarolo.com)
2 points by mmazzarolo 1372 days ago
1 comments

Author here. This article is my take on automating visual regression tests of a “modern” web application using Playwright and GitHub actions. The goal is to build a "minimal" testing setup that checks for UI regressions on each pull request and allows selectively updating the baseline images when needed.