summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-11-21 00:46:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-21 00:46:35 +0000
commit174b299271189496bae4c4d6727ea26a7a098756 (patch)
treeb063e18c795988e38e1eb4afa74d4cbf9524f057 /utils/test/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml
parentfd65ec9e84ae025e6b903c403514405ba0bb0a61 (diff)
parentf11f26d23dabde24b0bcd67ac81b094aa89eb6c9 (diff)
Merge "Remove 'utils/test' Directory and update INFO"
Diffstat (limited to 'utils/test/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml')
-rw-r--r--utils/test/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml83
1 files changed, 0 insertions, 83 deletions
diff --git a/utils/test/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml b/utils/test/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml
deleted file mode 100644
index 8d3d79dc1..000000000
--- a/utils/test/testapi/3rd_party/static/testapi-ui/assets/lib/bootstrap/grunt/sauce_browsers.yml
+++ /dev/null
@@ -1,83 +0,0 @@
----
-[
- # Docs: https://saucelabs.com/docs/platforms/webdriver
-
- {
- browserName: "safari",
- platform: "OS X 10.10"
- },
- {
- browserName: "chrome",
- platform: "OS X 10.10"
- },
- {
- browserName: "firefox",
- platform: "OS X 10.10"
- },
-
- # 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: "8.1"
- },
-
- # 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"
- # }
-]