We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NativeScript
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0e967db commit 428136bCopy full SHA for 428136b
.travis.yml
@@ -41,6 +41,7 @@ script:
41
- tns build android
42
- android-wait-for-emulator
43
- npm run run-appium-android
44
+- npm run test
45
before_deploy:
46
- cd ../nativescript-angular
47
- npm install -g nativescript --ignore-scripts
tests/package.json
@@ -65,6 +65,9 @@
65
"wd": "0.4.0"
66
},
67
"scripts": {
68
+ "test": "npm run test-android",
69
+ "test-android": "tns test android --emulator --justlaunch",
70
+ "test-ios": "tns test ios --emulator --justlaunch",
71
"updateTests": "grunt updateTests",
72
"appium-android": "tns build android && npm run run-appium-android",
73
"run-appium-android": "nativescript-dev-appium android",
0 commit comments