File tree Expand file tree Collapse file tree 5 files changed +20
-7
lines changed Expand file tree Collapse file tree 5 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 41
41
"mocha" : " ~5.2.0" ,
42
42
"mochawesome" : " ~3.1.2" ,
43
43
"nativescript-css-loader" : " ~0.26.0" ,
44
- "nativescript-dev-appium" : " ^5.3.0 " ,
44
+ "nativescript-dev-appium" : " next " ,
45
45
"nativescript-dev-webpack" : " next" ,
46
46
"typescript" : " ~3.5.3"
47
47
},
Original file line number Diff line number Diff line change 45
45
"noReset" : false ,
46
46
"fullReset" : false
47
47
},
48
+ "android22.sauce" : {
49
+ "platformName" : " Android" ,
50
+ "platformVersion" : " 5.1" ,
51
+ "deviceName" : " Android GoogleAPI Emulator" ,
52
+ "lt" : 60000 ,
53
+ "newCommandTimeout" : 720 ,
54
+ "appiumVersion" : " 1.13.0" ,
55
+ "noReset" : true ,
56
+ "fullReset" : false ,
57
+ "app" : " " ,
58
+ "idleTimeout" : 120 ,
59
+ "automationName" : " Appium"
60
+ },
48
61
"android23" : {
49
62
"platformName" : " Android" ,
50
63
"platformVersion" : " 6.0" ,
Original file line number Diff line number Diff line change 40
40
"lazy" : " 1.0.11" ,
41
41
"mocha" : " ~5.2.0" ,
42
42
"mochawesome" : " ~3.1.2" ,
43
- "nativescript-dev-appium" : " ^5.3.0 " ,
43
+ "nativescript-dev-appium" : " next " ,
44
44
"nativescript-dev-webpack" : " next" ,
45
45
"tns-platform-declarations" : " next" ,
46
46
"typescript" : " ~3.5.3"
Original file line number Diff line number Diff line change 34
34
"lazy" : " 1.0.11" ,
35
35
"mocha" : " ~5.2.0" ,
36
36
"mochawesome" : " ~3.1.2" ,
37
- "nativescript-dev-appium" : " ^5.3.0 " ,
37
+ "nativescript-dev-appium" : " next " ,
38
38
"nativescript-dev-webpack" : " next" ,
39
39
"typescript" : " ~3.5.3"
40
40
},
Original file line number Diff line number Diff line change 16
16
"@angular/platform-browser-dynamic" : " ~8.2.0" ,
17
17
"@angular/router" : " ~8.2.0" ,
18
18
"nativescript-angular" : " file:../../nativescript-angular" ,
19
- "nativescript-dev-webpack" : " next" ,
20
19
"nativescript-theme-core" : " ~1.0.4" ,
21
20
"reflect-metadata" : " ~0.1.8" ,
22
21
"rxjs" : " ^6.4.0" ,
33
32
"lazy" : " 1.0.11" ,
34
33
"mocha" : " ~5.2.0" ,
35
34
"mochawesome" : " ~3.1.2" ,
36
- "nativescript-dev-appium" : " ^5.3.0" ,
35
+ "nativescript-dev-appium" : " next" ,
36
+ "nativescript-dev-webpack" : " next" ,
37
37
"typescript" : " ~3.5.3" ,
38
- "@angular/compiler-cli" : " 8.0 .0" ,
39
- "@ngtools/webpack" : " 8.0 .0"
38
+ "@angular/compiler-cli" : " ~8.2 .0" ,
39
+ "@ngtools/webpack" : " ~8.2 .0"
40
40
},
41
41
"scripts" : {
42
42
"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