File tree 3 files changed +15
-9
lines changed
3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 2
2
global :
3
3
- NODE_VERSION=8
4
4
- 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
7
7
- ANDROID_ABI=armeabi-v7a
8
- - APPIUM_VERSION=1.7.0
9
8
- EMULATOR_NAME=test
10
9
- ANDROID_TAG=google_apis
11
10
@@ -66,6 +65,7 @@ android:
66
65
components :
67
66
- tools
68
67
- platform-tools
68
+ - android-$ANDROID_VERSION
69
69
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
70
70
- android-$EMULATOR_API_LEVEL
71
71
- extra-google-google_play_services
Original file line number Diff line number Diff line change 30
30
"zone.js" : " ~0.8.2"
31
31
},
32
32
"devDependencies" : {
33
- "@ngtools/webpack" : " ~6.1.0" ,
34
33
"@angular/compiler-cli" : " ~6.1.0" ,
34
+ "@ngtools/webpack" : " ~6.1.0" ,
35
35
"@types/chai" : " ^4.0.2" ,
36
36
"@types/mocha" : " ^2.2.41" ,
37
37
"@types/node" : " ^7.0.5" ,
43
43
"css-loader" : " ~0.28.11" ,
44
44
"extract-text-webpack-plugin" : " ~3.0.2" ,
45
45
"lazy" : " 1.0.11" ,
46
+ "mocha" : " ^5.2.0" ,
47
+ "mocha-junit-reporter" : " ~1.17.0" ,
48
+ "mocha-multi" : " ~1.0.0" ,
46
49
"nativescript-dev-appium" : " next" ,
47
50
"nativescript-dev-typescript" : " next" ,
48
51
"nativescript-dev-webpack" : " ^0.13.0" ,
Original file line number Diff line number Diff line change 30
30
"zone.js" : " ~0.8.2"
31
31
},
32
32
"devDependencies" : {
33
+ "@types/chai" : " ^4.0.2" ,
34
+ "@types/mocha" : " ^2.2.41" ,
35
+ "@types/node" : " ^7.0.5" ,
33
36
"babel-traverse" : " 6.26.0" ,
34
37
"babel-types" : " 6.26.0" ,
35
38
"babylon" : " 6.18.0" ,
36
39
"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" ,
38
44
"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"
43
46
},
44
47
"scripts" : {
45
48
"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