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
f0656845
Commit
f0656845
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #19553 from twbs/sauce-android
Add Android to Sauce testing [skip validator]
parents
73ee051b
e9dc5b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grunt/sauce_browsers.yml
+9
-8
grunt/sauce_browsers.yml
with
9 additions
and
8 deletions
+9
-8
grunt/sauce_browsers.yml
+
9
-
8
View file @
f0656845
...
...
@@ -70,13 +70,14 @@
browserName
:
"
firefox"
,
platform
:
"
Linux"
,
version
:
"
latest"
}
}
,
# Android Chrome not currently supported by Sauce Labs
# Android v5.0+ not currently supported by Sauce Labs
# { # Android Browser
# browserName: "android",
# version: "5.0",
# platform: "Linux"
# }
# Android
{
platform
:
"
Linux"
,
browserName
:
"
android"
,
deviceName
:
"
Android
Emulator"
,
version
:
"
latest"
,
deviceType
:
"
phone"
}
]
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