Skip to content

Commit a58975d

Browse files
committed
Set the new UiAutomator2 automation as the default one.
1 parent c4c461d commit a58975d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: appium.capabilities.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{
22
"android23": {
3+
"automationName": "UiAutomator2",
34
"platformName": "Android",
45
"platformVersion": "6.0",
56
"deviceName": "Android Emulator",
67
"noReset": false,
8+
"avd": "Nexus_5X_API_27",
79
"appPackage": "org.nativescript.nativescriptvueuitests",
810
"appActivity": "com.tns.NativeScriptActivity"
911
},
1012
"ios-simulator103iPhone6": {
13+
"automationName": "UiAutomator2",
1114
"platformName": "iOS",
1215
"platformVersion": "10.3",
1316
"deviceName": "iPhone Simulator",
1417
"bundleId": "org.nativescript.nativescriptvueuitests",
1518
"app": ""
1619
}
17-
}
20+
}

0 commit comments

Comments
 (0)