0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Add Android to Sauce testing

[skip validator]
This commit is contained in:
Chris Rebert 2016-03-15 22:36:28 -07:00
parent cd64975f48
commit e9dc5b0b6a

View File

@ -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"
}
]