Y
Hacker News
new
|
ask
|
show
|
jobs
by
jacooper
1256 days ago
I want to use something like this to automatically detect visual breakage after auto updates for WordPress, discourse etc. Is there such a product? Preferably Open source
2 comments
artur_makly
1256 days ago
Lots of our customers use
https://VisualSitemaps.com
just for that. It's great for also keeping track of Competitors/Markets, besides internal QA.
link
netcraft
1256 days ago
something like
https://playwright.dev/
might fit your needs.
link
adieuadieu
1256 days ago
Specifically writing some tests with the "Visual comparisons" feature might work.
https://playwright.dev/docs/test-snapshots
link