1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00:00

Merge pull request #20915 from bardiharborow/sauce

Change SauceLabs iPhone test to use Appium.
This commit is contained in:
Mark Otto 2016-10-16 19:09:37 -07:00 committed by GitHub
commit daf783f781

View File

@ -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