mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
7d8bad586b
update Android comments in sauce_browsers.yml
71 lines
1.2 KiB
YAML
71 lines
1.2 KiB
YAML
[
|
|
# 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: "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 v5.0+ not currently supported by Sauce Labs
|
|
# { # Android Browser
|
|
# browserName: "android",
|
|
# version: "5.0",
|
|
# platform: "Linux"
|
|
# }
|
|
]
|