Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
b001118c
Commit
b001118c
authored
7 years ago
by
Johann-S
Committed by
XhmikosR
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Convert sauce_browser.yml to JSON.
parent
2244d03b
6 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25494
web pack
,
!25326
Adjust examples
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/sauce_browsers.json
+64
-0
build/sauce_browsers.json
build/sauce_browsers.yml
+0
-79
build/sauce_browsers.yml
build/saucelabs-unit-test.js
+4
-0
build/saucelabs-unit-test.js
with
68 additions
and
79 deletions
+68
-79
build/sauce_browsers.json
0 → 100644
+
64
-
0
View file @
b001118c
[
{
"browserName"
:
"safari"
,
"platform"
:
"OS X 10.11"
},
{
"browserName"
:
"chrome"
,
"platform"
:
"OS X 10.11"
,
"version"
:
"latest"
},
{
"browserName"
:
"firefox"
,
"platform"
:
"OS X 10.11"
,
"version"
:
"latest"
},
{
"browserName"
:
"MicrosoftEdge"
,
"platform"
:
"Windows 10"
,
"version"
:
"latest"
},
{
"browserName"
:
"internet explorer"
,
"version"
:
"11"
,
"platform"
:
"Windows 8.1"
},
{
"browserName"
:
"internet explorer"
,
"version"
:
"10"
,
"platform"
:
"Windows 8"
},
{
"browserName"
:
"chrome"
,
"platform"
:
"Windows 10"
,
"version"
:
"latest"
},
{
"browserName"
:
"firefox"
,
"platform"
:
"Windows 10"
,
"version"
:
"latest"
},
{
"browserName"
:
"iphone"
,
"deviceName"
:
"iPhone Simulator"
,
"platformName"
:
"OS X 10.11"
,
"version"
:
"9.3"
},
{
"browserName"
:
"chrome"
,
"platform"
:
"Linux"
,
"version"
:
"latest"
},
{
"browserName"
:
"firefox"
,
"platform"
:
"Linux"
,
"version"
:
"latest"
},
{
"platform"
:
"Linux"
,
"browserName"
:
"android"
,
"deviceName"
:
"Android Emulator"
,
"version"
:
"latest"
,
"deviceType"
:
"phone"
}
]
This diff is collapsed.
Click to expand it.
build/sauce_browsers.yml
deleted
100644 → 0
+
0
-
79
View file @
2244d03b
[
# Docs: https://wiki.saucelabs.com/display/DOCS/Platform+Configurator
{
browserName
:
"
safari"
,
platform
:
"
OS
X
10.11"
},
{
browserName
:
"
chrome"
,
platform
:
"
OS
X
10.11"
,
version
:
"
latest"
},
{
browserName
:
"
firefox"
,
platform
:
"
OS
X
10.11"
,
version
:
"
latest"
},
# Mac Opera not currently supported by Sauce Labs
{
browserName
:
"
MicrosoftEdge"
,
platform
:
"
Windows
10"
,
version
:
"
latest"
},
{
browserName
:
"
internet
explorer"
,
version
:
"
11"
,
platform
:
"
Windows
8.1"
},
{
browserName
:
"
internet
explorer"
,
version
:
"
10"
,
platform
:
"
Windows
8"
},
{
browserName
:
"
chrome"
,
platform
:
"
Windows
10"
,
version
:
"
latest"
},
{
browserName
:
"
firefox"
,
platform
:
"
Windows
10"
,
version
:
"
latest"
},
# Win Opera 15+ not currently supported by Sauce Labs
{
browserName
:
"
iphone"
,
deviceName
:
"
iPhone
Simulator"
,
platformName
:
"
OS
X
10.11"
,
version
:
"
9.3"
},
# iOS Chrome not currently supported by Sauce Labs
# Linux (unofficial)
{
browserName
:
"
chrome"
,
platform
:
"
Linux"
,
version
:
"
latest"
},
{
browserName
:
"
firefox"
,
platform
:
"
Linux"
,
version
:
"
latest"
},
# Android
{
platform
:
"
Linux"
,
browserName
:
"
android"
,
deviceName
:
"
Android
Emulator"
,
version
:
"
latest"
,
deviceType
:
"
phone"
}
]
This diff is collapsed.
Click to expand it.
build/saucelabs-unit-test.js
+
4
-
0
View file @
b001118c
...
...
@@ -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
'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets