aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--grunt/sauce_browsers.yml17
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"
+ }
]