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