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

Add Android to Sauce testing

[skip validator]
parent cd64975f
Showing with 9 additions and 8 deletions
+9 -8
...@@ -70,13 +70,14 @@ ...@@ -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"
}
] ]
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