summaryrefslogtreecommitdiffstats
path: root/bower_components/bootstrap/test-infra/sauce_browsers.yml
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2014-10-21 10:33:15 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2014-10-21 10:33:15 -0300
commit5ec02211214350ee558fd9f6bb052264fd24f75e (patch)
treeb61e8c61a95d18a91d053e71dcbd7b30e47552a1 /bower_components/bootstrap/test-infra/sauce_browsers.yml
parent58c4878526dec5510f23c812274686787d8724ba (diff)
Imported Upstream version 7.1.0upstream/7.1.0
Diffstat (limited to 'bower_components/bootstrap/test-infra/sauce_browsers.yml')
-rw-r--r--bower_components/bootstrap/test-infra/sauce_browsers.yml83
1 files changed, 0 insertions, 83 deletions
diff --git a/bower_components/bootstrap/test-infra/sauce_browsers.yml b/bower_components/bootstrap/test-infra/sauce_browsers.yml
deleted file mode 100644
index b9228a1..0000000
--- a/bower_components/bootstrap/test-infra/sauce_browsers.yml
+++ /dev/null
@@ -1,83 +0,0 @@
-[
- # Docs: https://saucelabs.com/docs/platforms/webdriver
-
- {
- browserName: "safari",
- platform: "OS X 10.9"
- },
- # {
- # browserName: "googlechrome",
- # 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: "googlechrome",
- 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: "googlechrome",
- 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"
- # }
-]