aboutsummaryrefslogtreecommitdiff
path: root/grunt
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-16 20:38:12 -0700
committerMark Otto <[email protected]>2014-03-16 20:38:12 -0700
commitc93c3714336ecefdb69b4dc7ebc40ea87eb40a36 (patch)
treec0ff88481a1977781b0826bd56a0a0fd080ba2e3 /grunt
parentb004c9ac393671489720be06739f01e5c1bec7fe (diff)
parent96525fdec431f8d654ce0ea9b4f92c2a3ef9104b (diff)
downloadbootstrap-c93c3714336ecefdb69b4dc7ebc40ea87eb40a36.tar.xz
bootstrap-c93c3714336ecefdb69b4dc7ebc40ea87eb40a36.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'grunt')
-rw-r--r--grunt/sauce_browsers.yml83
1 files changed, 83 insertions, 0 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml
new file mode 100644
index 000000000..4c1e011d3
--- /dev/null
+++ b/grunt/sauce_browsers.yml
@@ -0,0 +1,83 @@
+[
+ # Docs: https://saucelabs.com/docs/platforms/webdriver
+
+ {
+ browserName: "safari",
+ platform: "OS X 10.9"
+ },
+ # {
+ # browserName: "chrome",
+ # platform: "OS X 10.9",
+ # version: "31"
+ # },
+ {
+ browserName: "firefox",
+ platform: "OS X 10.9"
+ },
+
+ # Mac Opera not currently supported by Sauce Labs
+
+ {
+ browserName: "internet explorer",
+ version: "11",
+ platform: "Windows 8.1"
+ },
+ {
+ browserName: "internet explorer",
+ version: "10",
+ platform: "Windows 8"
+ },
+ # {
+ # browserName: "internet explorer",
+ # version: "9",
+ # platform: "Windows 7"
+ # },
+ # {
+ # browserName: "internet explorer",
+ # version: "8",
+ # platform: "Windows 7"
+ # },
+
+ # { # Unofficial
+ # browserName: "internet explorer",
+ # version: "7",
+ # platform: "Windows XP"
+ # },
+
+ {
+ browserName: "chrome",
+ platform: "Windows 8.1"
+ },
+ {
+ browserName: "firefox",
+ platform: "Windows 8.1"
+ },
+
+ # Win Opera 15+ not currently supported by Sauce Labs
+
+ {
+ browserName: "iphone",
+ platform: "OS X 10.9",
+ version: "7"
+ },
+
+ # iOS Chrome not currently supported by Sauce Labs
+
+ # Linux (unofficial)
+ {
+ browserName: "chrome",
+ platform: "Linux"
+ },
+ {
+ browserName: "firefox",
+ platform: "Linux"
+ }
+
+ # Android Chrome not currently supported by Sauce Labs
+
+ # { # Android Browser (super-unofficial)
+ # browserName: "android",
+ # version: "4.0",
+ # platform: "Linux"
+ # }
+]