Comment on Why do companies love chrome so much?
BiggestBulb@kbin.run 8 months ago
The really irritating part is that tools like Playwright let you end-to-end test your product across the big three (Chromium, Firefox and Webkit). Which, most of the time, means these products that specify "Chrome only" simply aren't E2E testing with modern tools.
pivot_root@lemmy.world 8 months ago
The only end-to-end happening in those scenarios is the end-to-end pipeline of “shit in, shit out”.
max@feddit.nl 8 months ago
Let’s be honest, probably no (automated) pipelines involved in the whole project. Bonus points for SSH’ing into the production server and manually making edits there.