2013-12-16 03:30:04 -05:00
|
|
|
[
|
|
|
|
# Docs: https://saucelabs.com/docs/platforms/webdriver
|
|
|
|
|
|
|
|
{
|
|
|
|
browserName: "safari",
|
2014-01-16 17:51:41 -05:00
|
|
|
platform: "OS X 10.9"
|
2013-12-16 03:30:04 -05:00
|
|
|
},
|
2014-06-10 15:23:48 -04:00
|
|
|
{
|
|
|
|
browserName: "chrome",
|
|
|
|
platform: "OS X 10.9"
|
|
|
|
},
|
2014-01-16 17:47:11 -05:00
|
|
|
{
|
|
|
|
browserName: "firefox",
|
|
|
|
platform: "OS X 10.9"
|
|
|
|
},
|
2013-12-16 03:30:04 -05:00
|
|
|
|
|
|
|
# Mac Opera not currently supported by Sauce Labs
|
|
|
|
|
2014-01-16 18:35:08 -05:00
|
|
|
{
|
|
|
|
browserName: "internet explorer",
|
|
|
|
version: "11",
|
|
|
|
platform: "Windows 8.1"
|
|
|
|
},
|
2014-01-16 21:17:33 -05:00
|
|
|
{
|
|
|
|
browserName: "internet explorer",
|
|
|
|
version: "10",
|
|
|
|
platform: "Windows 8"
|
|
|
|
},
|
2014-06-10 15:24:56 -04:00
|
|
|
{
|
|
|
|
browserName: "internet explorer",
|
|
|
|
version: "9",
|
|
|
|
platform: "Windows 7"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
browserName: "internet explorer",
|
|
|
|
version: "8",
|
|
|
|
platform: "Windows 7"
|
|
|
|
},
|
2013-12-16 03:30:04 -05:00
|
|
|
|
|
|
|
# { # Unofficial
|
|
|
|
# browserName: "internet explorer",
|
|
|
|
# version: "7",
|
|
|
|
# platform: "Windows XP"
|
|
|
|
# },
|
|
|
|
|
|
|
|
{
|
2014-02-24 16:10:25 -05:00
|
|
|
browserName: "chrome",
|
2013-12-16 03:30:04 -05:00
|
|
|
platform: "Windows 8.1"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
browserName: "firefox",
|
|
|
|
platform: "Windows 8.1"
|
|
|
|
},
|
|
|
|
|
|
|
|
# Win Opera 15+ not currently supported by Sauce Labs
|
|
|
|
|
|
|
|
{
|
|
|
|
browserName: "iphone",
|
2014-01-25 19:47:55 -05:00
|
|
|
platform: "OS X 10.9",
|
2014-03-30 21:00:06 -04:00
|
|
|
version: "7.1"
|
2013-12-16 03:30:04 -05:00
|
|
|
},
|
|
|
|
|
|
|
|
# iOS Chrome not currently supported by Sauce Labs
|
|
|
|
|
2014-01-16 18:39:56 -05:00
|
|
|
# Linux (unofficial)
|
|
|
|
{
|
2014-02-24 16:10:25 -05:00
|
|
|
browserName: "chrome",
|
2014-01-16 18:39:56 -05:00
|
|
|
platform: "Linux"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
browserName: "firefox",
|
|
|
|
platform: "Linux"
|
|
|
|
}
|
2013-12-16 03:30:04 -05:00
|
|
|
|
|
|
|
# Android Chrome not currently supported by Sauce Labs
|
|
|
|
|
|
|
|
# { # Android Browser (super-unofficial)
|
|
|
|
# browserName: "android",
|
|
|
|
# version: "4.0",
|
|
|
|
# platform: "Linux"
|
|
|
|
# }
|
|
|
|
]
|