Programming@programming.dev•How do you handle visual regression detection in production?bydanda@lemmy.zip28 daysI’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. 1
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.