Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit bbb9716

Browse files
committed
chore(e2e): remove application activity from capabilities
The nativescript-dev-appium plugin gets it automatically, no need to declare it in the `appium.capabilities.json` file.
1 parent b8cd317 commit bbb9716

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: demo/config/appium.capabilities.json

-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"deviceName": "Emulator-Api19-Default",
66
"avd": "Emulator-Api19-Default",
77
"lt": 60000,
8-
"appActivity": "org.myApp.MainActivity",
98
"newCommandTimeout": 720,
109
"noReset": true,
1110
"fullReset": false,
@@ -17,7 +16,6 @@
1716
"deviceName": "Emulator-Api21-Default",
1817
"avd": "Emulator-Api21-Default",
1918
"lt": 60000,
20-
"appActivity": "org.myApp.MainActivity",
2119
"newCommandTimeout": 720,
2220
"noReset": true,
2321
"fullReset": false,
@@ -29,7 +27,6 @@
2927
"deviceName": "Emulator-Api23-Default",
3028
"avd": "Emulator-Api23-Default",
3129
"lt": 60000,
32-
"appActivity": "org.myApp.MainActivity",
3330
"newCommandTimeout": 720,
3431
"noReset": true,
3532
"fullReset": false,
@@ -41,7 +38,6 @@
4138
"deviceName": "Emulator-Api24-Default",
4239
"avd": "Emulator-Api24-Default",
4340
"lt": 60000,
44-
"appActivity": "org.myApp.MainActivity",
4541
"newCommandTimeout": 720,
4642
"noReset": true,
4743
"fullReset": false,
@@ -53,7 +49,6 @@
5349
"deviceName": "Emulator-Api25-Google",
5450
"avd": "Emulator-Api25-Google",
5551
"lt": 60000,
56-
"appActivity": "org.myApp.MainActivity",
5752
"newCommandTimeout": 720,
5853
"noReset": true,
5954
"fullReset": false,
@@ -65,7 +60,6 @@
6560
"deviceName": "Emulator-Api26-Google",
6661
"avd": "Emulator-Api26-Google",
6762
"lt": 60000,
68-
"appActivity": "org.myApp.MainActivity",
6963
"newCommandTimeout": 720,
7064
"noReset": true,
7165
"fullReset": false,
@@ -77,7 +71,6 @@
7771
"deviceName": "Emulator-Api27-Google",
7872
"avd": "Emulator-Api27-Google",
7973
"lt": 60000,
80-
"appActivity": "org.myApp.MainActivity",
8174
"newCommandTimeout": 720,
8275
"noReset": true,
8376
"fullReset": false,

0 commit comments

Comments
 (0)