We need a clean testing environment for supported version testing of Chrome, Firefox and Safari. This will help with cross-browser testing, and regression testing of releases.
If there is an automated way to test browser versions, that would be preferred, but a simpler first step could be a clean docker container with specific versions of browsers.
Unfortunately, we would need to do the cross-product of OS and browser, so:
- OS: Linux, OSX, WIndows
- Browser: Chrom, Firefox, Safari
Other options welcome ...