mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #19553 from twbs/sauce-android
Add Android to Sauce testing [skip validator]
This commit is contained in:
commit
f06568453e
1 changed files with 9 additions and 8 deletions
|
@ -70,13 +70,14 @@
|
||||||
browserName: "firefox",
|
browserName: "firefox",
|
||||||
platform: "Linux",
|
platform: "Linux",
|
||||||
version: "latest"
|
version: "latest"
|
||||||
}
|
},
|
||||||
|
|
||||||
# Android Chrome not currently supported by Sauce Labs
|
# Android
|
||||||
# Android v5.0+ not currently supported by Sauce Labs
|
{
|
||||||
# { # Android Browser
|
platform: "Linux",
|
||||||
# browserName: "android",
|
browserName: "android",
|
||||||
# version: "5.0",
|
deviceName: "Android Emulator",
|
||||||
# platform: "Linux"
|
version: "latest",
|
||||||
# }
|
deviceType: "phone"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue