Hacker News new | ask | show | jobs
by barbolo 3208 days ago
Which way to go: Chrome headless, Firefox headless or both?
2 comments

Both. Ideally, you shouldn't run website tests on a single browser. We shouldn't want to return to the days where websites only worked well on a single browser.
Exactly. I already think it's a shame that I can only run Firefox and Chrome in Docker (i.e. CI), but I hope that their differences will compensate enough to cover most potential problems in Edge and Safari.
Firefox headless. Chrome is steering towards a monopoly, which most of the time doesn't end well.