Closed jGleitz closed 8 years ago
browserslist ">1% in DE"
:
and_chr 0
android 4.4
android 4.2-4.3
chrome 45
chrome 44
edge 12
firefox 41
firefox 40
firefox 39
firefox 38
ie 11
ios_saf 9
ios_saf 8.1-8.4
safari 8
For the first step ignore old browsers like IE 9. This can be fixed later.
Totally agree on that.
Further I think its always worth thinking about whether to support Browsers after EOL at all or whether to provide the users of those browsers some Update informations / help, as they are potential Security issues for the users themselves...
In addition we could try to get some data from our users in the first phase and learn which browsers they use, and then refine our target browser list based on that insights...
Additionally we can add a security warning, if they use an unsupported browser.
Thats a good idea...
Now I also found the plugin I had in my mind when speaking about upgrade notices: https://github.com/burocratik/outdated-browser
+1 for a warning in outdated browsers.
target browsers are implicitly defined in test/behaviour/protractor.browserstack.conf
. I thus consider this issue as closed.
I will open a new issue for a warning for outdated browsers.
For any comments on the selected target browsers, please open a new issue.
Browser compatibility is (unfortunately) still a serious issue. For example, our momentary example site does not run in IE 9 (see below).
Therefore, we should make up a well defined set of browsers to run our tests against. Such a set could be defined like
For example, at the point of writing,
browserslist
"> 0.8% in DE"
evaluates to:I'd like to hear your thoughts about this.
Example site in IE 9 / Windows 7 on browserstack: