Skip to content

Commit df921c6

Browse files
Update configs to run test on android 23 and iOS 10
1 parent 443cacc commit df921c6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tests/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.ngtests",
44
"tns-android": {
5-
"version": "2.5.0"
5+
"version": "3.0.0"
66
},
77
"tns-ios": {
8-
"version": "2.5.0"
8+
"version": "3.0.0"
99
}
1010
},
1111
"name": "ngtests",
@@ -67,8 +67,11 @@
6767
"scripts": {
6868
"updateTests": "grunt updateTests",
6969
"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",
7275
"tslint": "tslint --project tsconfig.json --config tslint.json"
7376
}
7477
}

0 commit comments

Comments
 (0)