File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Start the tests:
27
27
28
28
``` bash
29
29
npm run android.build
30
- adb install platforms/android/app/build/outputs/apk/nativescriptvueuitests -debug.apk
30
+ adb install ./ platforms/android/app/build/outputs/apk/debug/app -debug.apk
31
31
npm run android.screenshots
32
32
```
33
33
Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.nativescriptvueuitests" ,
8
8
"tns-ios" : {
9
- "version" : " 3. 4.1"
9
+ "version" : " 4.1.0 "
10
10
},
11
11
"tns-android" : {
12
- "version" : " 3. 4.1"
12
+ "version" : " 4.1.3 "
13
13
}
14
14
},
15
15
"dependencies" : {
16
16
"appium" : " ^1.8.1" ,
17
17
"nativescript-dev-appium" : " ^4.0.0" ,
18
18
"nativescript-vue" : " ^2.0.0-alpha.1" ,
19
- "tns-core-modules" : " ~ 4.1.1" ,
19
+ "tns-core-modules" : " ^ 4.1.1" ,
20
20
"yargs" : " ^9.0.1"
21
21
},
22
22
"scripts" : {
You can’t perform that action at this time.
0 commit comments