Commit cd64975f authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #19552 from twbs/sauce-latest

Use "latest" version specifier (when applicable) in Sauce tests
parents ff2441bb b62d841c
23 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!26197V4 dev xmr,!20778V4 dev,!20539Allow multiple modals,!20854Fixes 15534,!20493V4 dev display,!20636Fix docs for heading sizes,!19824blockquote-center,!22547Finished a new translation for bootstrap,!18704Extend form docs with example form errors,!22143Fix selectable disabled toggle radio buttons,!22598test,!21067dfsa,!19602V4 palettes arun,!19825.blockquote-center,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!19754Issue template,!19580ExitStars,!17021v4
Showing with 16 additions and 9 deletions
+16 -9
[ [
# Docs: https://saucelabs.com/docs/platforms/webdriver # Docs: https://wiki.saucelabs.com/display/DOCS/Platform+Configurator
{ {
browserName: "safari", browserName: "safari",
...@@ -7,18 +7,21 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment