mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Use "latest" version specifier (when applicable) in Sauce tests
Refs http://sauceio.com/index.php/2016/03/new-browser-version-shortcuts/ [skip validator]
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[
|
[
|
||||||
# Docs: https://saucelabs.com/docs/platforms/webdriver
|
# Docs: https://wiki.saucelabs.com/display/DOCS/Platform+Configurator
|
||||||
|
|
||||||
{
|
{
|
||||||
browserName: "safari",
|
browserName: "safari",
|
||||||
@@ -7,18 +7,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
browserName: "chrome",
|
browserName: "chrome",
|
||||||
platform: "OS X 10.11"
|
platform: "OS X 10.11",
|
||||||
|
version: "latest"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
browserName: "firefox",
|
browserName: "firefox",
|
||||||
platform: "OS X 10.11"
|
platform: "OS X 10.11",
|
||||||
|
version: "latest"
|
||||||
},
|
},
|
||||||
|
|
||||||
# Mac Opera not currently supported by Sauce Labs
|
# Mac Opera not currently supported by Sauce Labs
|
||||||
|
|
||||||
{
|
{
|
||||||
browserName: "MicrosoftEdge",
|
browserName: "MicrosoftEdge",
|
||||||
platform: "Windows 10"
|
platform: "Windows 10",
|
||||||
|
version: "latest"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
browserName: "internet explorer",
|
browserName: "internet explorer",
|
||||||
@@ -38,11 +41,13 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
browserName: "chrome",
|
browserName: "chrome",
|
||||||
platform: "Windows 10"
|
platform: "Windows 10",
|
||||||
|
version: "latest"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
browserName: "firefox",
|
browserName: "firefox",
|
||||||
platform: "Windows 10"
|
platform: "Windows 10",
|
||||||
|
version: "latest"
|
||||||
},
|
},
|
||||||
|
|
||||||
# Win Opera 15+ not currently supported by Sauce Labs
|
# Win Opera 15+ not currently supported by Sauce Labs
|
||||||
@@ -50,7 +55,7 @@
|
|||||||
{
|
{
|
||||||
browserName: "iphone",
|
browserName: "iphone",
|
||||||
platform: "OS X 10.10",
|
platform: "OS X 10.10",
|
||||||
version: "9.2"
|
version: "latest"
|
||||||
},
|
},
|
||||||
|
|
||||||
# iOS Chrome not currently supported by Sauce Labs
|
# iOS Chrome not currently supported by Sauce Labs
|
||||||
@@ -58,11 +63,13 @@
|
|||||||
# Linux (unofficial)
|
# Linux (unofficial)
|
||||||
{
|
{
|
||||||
browserName: "chrome",
|
browserName: "chrome",
|
||||||
platform: "Linux"
|
platform: "Linux",
|
||||||
|
version: "latest"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
browserName: "firefox",
|
browserName: "firefox",
|
||||||
platform: "Linux"
|
platform: "Linux",
|
||||||
|
version: "latest"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Android Chrome not currently supported by Sauce Labs
|
# Android Chrome not currently supported by Sauce Labs
|
||||||
|
Reference in New Issue
Block a user