mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Change SauceLabs iPhone test to use Appium.
This commit is contained in:
parent
7a3459c0b1
commit
fdb5af3bd9
1 changed files with 4 additions and 3 deletions
|
@ -53,9 +53,10 @@
|
||||||
# Win Opera 15+ not currently supported by Sauce Labs
|
# Win Opera 15+ not currently supported by Sauce Labs
|
||||||
|
|
||||||
{
|
{
|
||||||
browserName: "iphone",
|
browserName: "Safari",
|
||||||
platform: "OS X 10.10",
|
deviceName: "iPhone Simulator",
|
||||||
version: "latest"
|
platformVersion: "9.3",
|
||||||
|
platformName: "iOS"
|
||||||
},
|
},
|
||||||
|
|
||||||
# iOS Chrome not currently supported by Sauce Labs
|
# iOS Chrome not currently supported by Sauce Labs
|
||||||
|
|
Loading…
Reference in a new issue