DEV Community

Discussion on: How do you test your website on different browsers?

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

I use Chrome and Firefox for primary testing, Edge and Opera after that, plus I check on Chrome and Firefox on my phone. I kind of which I had a Mac and an iPhone so I could test Safari, but I'm not shelling out that much money on two systems just for testing. I'm a bit lucky in that I'm not working on anything that it even makes sense to support IE for.

The only automated testing tool I use is Lighthouse (It's integrated with the Chrome DevTools under the 'Audits' tab). Beyond that, it's just the standard development tools in each browser that I use (and of course standard linting tools (ESLint, stylelint, htmllint, etc)).