]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change SauceLabs iPhone test to use Appium. 20915/head 20919/head
authorBardi Harborow <bardi@bardiharborow.com>
Sun, 16 Oct 2016 15:26:16 +0000 (02:26 +1100)
committerBardi Harborow <bardi@bardiharborow.com>
Sun, 16 Oct 2016 15:26:16 +0000 (02:26 +1100)
grunt/sauce_browsers.yml

index c4e32f0c0ae05aeecf9bdc4b0233fc9f5b623321..4d5041b9ebef1c4513d90e98143edd18cc59bb8e 100644 (file)
   # Win Opera 15+ not currently supported by Sauce Labs
 
   {
-    browserName: "iphone",
-    platform: "OS X 10.10",
-    version: "latest"
+    browserName: "Safari",
+    deviceName: "iPhone Simulator",
+    platformVersion: "9.3",
+    platformName: "iOS"
   },
 
   # iOS Chrome not currently supported by Sauce Labs