DEV Community

Discussion on: What tools are you using to test cross browser?

Collapse
 
trevdev profile image
Trev

I use tools like gulp (with autoprefixer) and babel to avoid the need for checking every browser out there as much as possible, and test with a chromium powered browser, firefox and a Webkit browser. I have VMs for edge case scenarios that are specific to safari and IE11.

I charge double for supporting IE11, so that usually solves that problem.

Collapse
 
bauneaustin profile image
Austin Baune

IE11 has been a pain for sure. Charging double would be a nice solution :)

Collapse
 
trevdev profile image
Trev

A person can dream.