diff options
| author | Chris Rebert <[email protected]> | 2016-03-15 23:30:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-15 23:30:23 -0700 |
| commit | f06568453e0b41d6645e8db805c8b7fab283f24b (patch) | |
| tree | 2b9b785c3263a7e138487bbd5550032144601d50 | |
| parent | 73ee051bed53a0c972dd192e314c95a4ddeffd3a (diff) | |
| parent | e9dc5b0b6adc5a521c6ae3b93d585611e1aeb4d1 (diff) | |
| download | bootstrap-f06568453e0b41d6645e8db805c8b7fab283f24b.tar.xz bootstrap-f06568453e0b41d6645e8db805c8b7fab283f24b.zip | |
Merge pull request #19553 from twbs/sauce-android
Add Android to Sauce testing
[skip validator]
| -rw-r--r-- | grunt/sauce_browsers.yml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/grunt/sauce_browsers.yml b/grunt/sauce_browsers.yml index fef8e642f..c4e32f0c0 100644 --- a/grunt/sauce_browsers.yml +++ b/grunt/sauce_browsers.yml @@ -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" + } ] |
