Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2017-09-28 17:59:13 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-09-29 19:39:25 +0300
commitb001118c9878e0a14e63e5c76f6ec6f5a28c8fb0 (patch)
tree4cc971d55e01e4489577337571522ec8a4ed1f9c /build/saucelabs-unit-test.js
parent2244d03b3471bbd13c93b718a6a9271d8733f5a9 (diff)
Convert sauce_browser.yml to JSON.
Diffstat (limited to 'build/saucelabs-unit-test.js')
-rw-r--r--build/saucelabs-unit-test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/saucelabs-unit-test.js b/build/saucelabs-unit-test.js
index 778c54d8e5..f158848a34 100644
--- a/build/saucelabs-unit-test.js
+++ b/build/saucelabs-unit-test.js
@@ -8,6 +8,10 @@ const jsUnitSaucelabs = new JSUnitSaucelabs({
// TODO : get all the browsers in sauce_browsers.yml
+// Docs: https://wiki.saucelabs.com/display/DOCS/Platform+Configurator
+// Mac Opera is not currently supported by Sauce Labs
+// Win Opera 15+ is not currently supported by Sauce Labs
+// iOS Chrome is not currently supported by Sauce Labs
const testURL = 'http://localhost:3000/js/tests/index.html?hidepassed'