Change SauceLabs iPhone test to use Appium.

This commit is contained in:
Bardi Harborow 2016-10-17 02:26:16 +11:00
parent 7a3459c0b1
commit fdb5af3bd9
1 changed files with 4 additions and 3 deletions

View File

@ -53,9 +53,10 @@
# 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