minus-squaredanda@lemmy.ziptoProgramming@programming.dev•How do you handle visual regression detection in production?linkfedilinkarrow-up1·7 days agoI’ve used BackstopJS, but it sounds a lot like Playwright. You can target and exclude certain elements, which is how I test individual components or exclude dynamic content. It’s old and janky but it’s better than nothing I guess. linkfedilink
I’ve used BackstopJS, but it sounds a lot like Playwright. You can target and exclude certain elements, which is how I test individual components or exclude dynamic content. It’s old and janky but it’s better than nothing I guess.