fuelux
Version:
Base Fuel UX styles and controls
63 lines (50 loc) • 1.07 kB
YAML
[
# Docs: https://saucelabs.com/docs/platforms/webdriver
# If you are having trouble with a particular test, you can comment the others out to test just it
{
browserName: "chrome",
platform: "OS X 10.11"
},
{
browserName: "firefox",
platform: "OS X 10.11"
},
# 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"
},
# Windows 7, IE 8 Not Supported by MC
{
browserName: "chrome",
platform: "Windows 8.1"
},
{
browserName: "firefox",
platform: "Windows 8.1"
},
# Win Opera 15+ not currently supported by Sauce Labs
# iOS Safari Not Supported by Fuel UX
# 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
]