File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 22 global :
33 - NODE_VERSION=8
44 - EMULATOR_API_LEVEL=23
5- - ANDROID_VERSION=25
6- - ANDROID_BUILD_TOOLS_VERSION=27 .0.3
5+ - ANDROID_VERSION=28
6+ - ANDROID_BUILD_TOOLS_VERSION=28 .0.2
77 - ANDROID_ABI=armeabi-v7a
8- - APPIUM_VERSION=1.7.0
98 - EMULATOR_NAME=test
109 - ANDROID_TAG=google_apis
1110
@@ -66,6 +65,7 @@ android:
6665 components :
6766 - tools
6867 - platform-tools
68+ - android-$ANDROID_VERSION
6969 - build-tools-$ANDROID_BUILD_TOOLS_VERSION
7070 - android-$EMULATOR_API_LEVEL
7171 - extra-google-google_play_services
Original file line number Diff line number Diff line change 3030 "zone.js" : " ~0.8.2"
3131 },
3232 "devDependencies" : {
33- "@ngtools/webpack" : " ~6.1.0" ,
3433 "@angular/compiler-cli" : " ~6.1.0" ,
34+ "@ngtools/webpack" : " ~6.1.0" ,
3535 "@types/chai" : " ^4.0.2" ,
3636 "@types/mocha" : " ^2.2.41" ,
3737 "@types/node" : " ^7.0.5" ,
4343 "css-loader" : " ~0.28.11" ,
4444 "extract-text-webpack-plugin" : " ~3.0.2" ,
4545 "lazy" : " 1.0.11" ,
46+ "mocha" : " ^5.2.0" ,
47+ "mocha-junit-reporter" : " ~1.17.0" ,
48+ "mocha-multi" : " ~1.0.0" ,
4649 "nativescript-dev-appium" : " next" ,
4750 "nativescript-dev-typescript" : " next" ,
4851 "nativescript-dev-webpack" : " ^0.13.0" ,
Original file line number Diff line number Diff line change 3030 "zone.js" : " ~0.8.2"
3131 },
3232 "devDependencies" : {
33+ "@types/chai" : " ^4.0.2" ,
34+ "@types/mocha" : " ^2.2.41" ,
35+ "@types/node" : " ^7.0.5" ,
3336 "babel-traverse" : " 6.26.0" ,
3437 "babel-types" : " 6.26.0" ,
3538 "babylon" : " 6.18.0" ,
3639 "lazy" : " 1.0.11" ,
37- "nativescript-dev-appium" : " ^3.1.0" ,
40+ "mocha" : " ~5.1.0" ,
41+ "mocha-junit-reporter" : " ~1.17.0" ,
42+ "mocha-multi" : " ~1.0.0" ,
43+ "nativescript-dev-appium" : " next" ,
3844 "nativescript-dev-typescript" : " ~0.6.0" ,
39- "typescript" : " ~2.7.2" ,
40- "@types/chai" : " ^4.0.2" ,
41- "@types/mocha" : " ^2.2.41" ,
42- "@types/node" : " ^7.0.5"
45+ "typescript" : " ~2.7.2"
4346 },
4447 "scripts" : {
4548 "e2e" : " tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json" ,
You can’t perform that action at this time.
0 commit comments