Commit f0656845 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #19553 from twbs/sauce-android

Add Android to Sauce testing
[skip validator]
parents 73ee051b e9dc5b0b
Showing with 9 additions and 8 deletions
+9 -8
......@@ -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"
}
]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment