Skip to content

Commit 74527d2

Browse files
committed
Revert appium.capabilities.json file in order to make CI happy again.
1 parent 879311f commit 74527d2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Diff for: appium.capabilities.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
22
"android23": {
3-
"automationName": "appium",
43
"platformName": "Android",
5-
"deviceName": "Nexus_5X_API_28",
4+
"platformVersion": "6.0",
5+
"deviceName": "Android Emulator",
66
"noReset": false,
7-
"avd": "Nexus_5X_API_28",
87
"appPackage": "org.nativescript.nativescriptvueuitests",
98
"appActivity": "com.tns.NativeScriptActivity"
109
},
1110
"ios-simulator103iPhone6": {
12-
"automationName": "appium",
1311
"platformName": "iOS",
14-
"platformVersion": "12.1",
15-
"deviceName": "iPhone 6",
12+
"platformVersion": "10.3",
13+
"deviceName": "iPhone Simulator",
1614
"bundleId": "org.nativescript.nativescriptvueuitests",
1715
"app": ""
1816
}

0 commit comments

Comments
 (0)