SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 20 forks source link

Add automated cross-browser testing #638

Open cecilia-donnelly opened 6 years ago

cecilia-donnelly commented 6 years ago

Pursuant to #298, and spurred by #635: we need to test in more than one browser. Presumably we can run the same Selenium tests with different browser drivers. Our switch to Jenkins (#629) may even make this easier.

chj124 commented 6 years ago

For the browser compatibility I checked with our IT folks and got this response...

There isnt a state policy on compatibility back to any specific version. Each agency has their own requirements based on currently operating solutions. Generally IE9-11 should be supported. IE8 was native on Win 7 and still used. Edge really isn’t in use yet. Chrome and Firefox are always in use. These are installed on a case by case basis and support for the latest 2 or 3 major versions would be the best there.

chj124 commented 6 years ago

are you using anything like browser stack for compatibility testing?

cecilia-donnelly commented 6 years ago

@chj124 thank you for the update! That's very helpful. Currently we run our integration tests with Chrome. We don't have automated testing for other browsers yet.