minus-squaredanda@lemmy.ziptoProgramming@programming.dev•How do you handle visual regression detection in production?linkfedilinkarrow-up1·9 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
minus-squaredanda@lemmy.ziptoPC Gaming@lemmy.ca•Valve veteran slams Tim Sweeney and Epic Games for laying off 1000 people while making 'as much money as possible… and hey Tim, Gabe's better at that than you'linkfedilinkEnglisharrow-up1·4 months agoI like that every article about this guy uses that same photo 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.