File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
"nativescript" : {
3
3
"id" : " org.nativescript.ngtests" ,
4
4
"tns-android" : {
5
- "version" : " 2.5 .0"
5
+ "version" : " 3.0 .0"
6
6
},
7
7
"tns-ios" : {
8
- "version" : " 2.5 .0"
8
+ "version" : " 3.0 .0"
9
9
}
10
10
},
11
11
"name" : " ngtests" ,
67
67
"scripts" : {
68
68
"updateTests" : " grunt updateTests" ,
69
69
"appium-android" : " tns build android && npm run run-appium-android" ,
70
- "run-appium-android" : " nativescript-dev-appium android" ,
71
- "appium-ios-simulator" : " tns build ios && nativescript-dev-appium ios-simulator" ,
70
+ "appium-ios" : " tns build ios && npm run run-appium-ios" ,
71
+ "run-appium-android-19" : " nativescript-dev-appium appium-android-19" ,
72
+ "run-appium-android-23" : " nativescript-dev-appium appium-android-23" ,
73
+ "run-appium-ios-simulator" : " nativescript-dev-appium appium-ios-simulator" ,
74
+ "run-appium-ios" : " nativescript-dev-appium appium-ios" ,
72
75
"tslint" : " tslint --project tsconfig.json --config tslint.json"
73
76
}
74
77
}
You can’t perform that action at this time.
0 commit comments