File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
- ANDROID_BUILD_TOOLS_VERSION=26.0.2
8
8
- ANDROID_ABI=armeabi-v7a
9
9
- APPIUM_VERSION=1.7.0
10
- - EMULATOR_NAME=test
10
+ - EMULATOR_NAME=Emulator-Api22-Default
11
11
- ANDROID_TAG=google_apis
12
12
13
13
matrix :
@@ -40,6 +40,8 @@ matrix:
40
40
- npm run ngc
41
41
- cd ../tests
42
42
- tns build ios
43
+ - tns test ios --justlaunch --emulator
44
+ - npm run e2e -- --runType sim.iPhone8.iOS112
43
45
- os : osx
44
46
env :
45
47
- Build="iOS"
@@ -58,6 +60,8 @@ matrix:
58
60
- npm run ngc
59
61
- cd ../tests
60
62
- tns build ios
63
+ - tns test ios --justlaunch --emulator
64
+ - npm run e2e -- --runType sim.iPhone8.iOS112
61
65
- language : android
62
66
node_js : " 6"
63
67
os : linux
@@ -80,6 +84,8 @@ matrix:
80
84
- npm run ngc
81
85
- cd ../tests
82
86
- tns build android
87
+ - tns test android --justlaunch --emulator
88
+ - npm run e2e -- --runType android22
83
89
- language : android
84
90
node_js : " 8"
85
91
os : linux
@@ -102,6 +108,8 @@ matrix:
102
108
- npm run ngc
103
109
- cd ../tests
104
110
- tns build android
111
+ - tns test android --justlaunch --emulator
112
+ - npm run e2e -- --runType android22
105
113
106
114
android :
107
115
components :
You can’t perform that action at this time.
0 commit comments