Hi Justin, Kinda helps thanks! When you are testing with Browserstack do you only test against the latest FF version, for example, as listed here? http://www.browserstack.com/list-of-browsers-and-platforms?product=automate or multiple versions?
Regards, Sarah On Tuesday, 6 January 2015 05:29:40 UTC, Justin Walsh wrote: > > Hi Sarah > > Does this help: > https://github.com/angular/angular.js/blob/master/scripts/travis/build.sh > > if [ "$BROWSER_PROVIDER" == "browserstack" ]; then > BROWSERS="BS_Chrome,BS_Safari,BS_Firefox,BS_IE_9,BS_IE_10,BS_IE_11" > else > BROWSERS="SL_Chrome,SL_Safari,SL_Firefox,SL_IE_9,SL_IE_10,SL_IE_11" > fi > > > Regards > Justin > > On Monday, 5 January 2015 17:59:49 UTC+2, Sarah D wrote: >> >> Hi, >> >> Is it possible to get the specific versions of Chrome, Safari and Firefox >> that AngularJS is running automated tests with? >> >> Thanks, >> Sarah >> >> On Friday, 13 January 2012 00:18:42 UTC, Misko Hevery wrote: >>> >>> IE8 and higher >>> chorme, safari, FireFox >>> iOS, Android >>> >>> Support for ie6/7 is possible in theory, but in practice we don't run >>> any ouf our regression tests on it, so it probably does not work. >>> >>> -- misko >>> >>> On Thu, Jan 12, 2012 at 4:06 PM, <[email protected]> wrote: >>> >>>> >>>> - Supports all Class A browsers >>>> >>>> What does this mean? I swear I've heard it before, but I can't find it >>>> documented anywhere. Which versions of IE, for example, do you support? >>>> >>>> https://www.google.com/?q=%22class+a+browser%22 >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "AngularJS" group. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msg/angular/-/lvJSfV51E2QJ. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/angular?hl=en. >>>> >>> >>> -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
