Skip to content

Commit 720a6a6

Browse files
Zdravko BranzovZdravko Branzov
Zdravko Branzov
authored and
Zdravko Branzov
committed
chore: add new capability for sauceLabs api22
1 parent e3ae236 commit 720a6a6

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

e2e/animation-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"mocha": "~5.2.0",
4242
"mochawesome": "~3.1.2",
4343
"nativescript-css-loader": "~0.26.0",
44-
"nativescript-dev-appium": "^5.3.0",
44+
"nativescript-dev-appium": "next",
4545
"nativescript-dev-webpack": "next",
4646
"typescript": "~3.5.3"
4747
},

e2e/config/appium.capabilities.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@
4545
"noReset": false,
4646
"fullReset": false
4747
},
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+
},
4861
"android23": {
4962
"platformName": "Android",
5063
"platformVersion": "6.0",

e2e/modal-navigation-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lazy": "1.0.11",
4141
"mocha": "~5.2.0",
4242
"mochawesome": "~3.1.2",
43-
"nativescript-dev-appium": "^5.3.0",
43+
"nativescript-dev-appium": "next",
4444
"nativescript-dev-webpack": "next",
4545
"tns-platform-declarations": "next",
4646
"typescript": "~3.5.3"

e2e/nested-router-tab-view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lazy": "1.0.11",
3535
"mocha": "~5.2.0",
3636
"mochawesome": "~3.1.2",
37-
"nativescript-dev-appium": "^5.3.0",
37+
"nativescript-dev-appium": "next",
3838
"nativescript-dev-webpack": "next",
3939
"typescript": "~3.5.3"
4040
},

e2e/router-tab-view/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@angular/platform-browser-dynamic": "~8.2.0",
1717
"@angular/router": "~8.2.0",
1818
"nativescript-angular": "file:../../nativescript-angular",
19-
"nativescript-dev-webpack": "next",
2019
"nativescript-theme-core": "~1.0.4",
2120
"reflect-metadata": "~0.1.8",
2221
"rxjs": "^6.4.0",
@@ -33,10 +32,11 @@
3332
"lazy": "1.0.11",
3433
"mocha": "~5.2.0",
3534
"mochawesome": "~3.1.2",
36-
"nativescript-dev-appium": "^5.3.0",
35+
"nativescript-dev-appium": "next",
36+
"nativescript-dev-webpack": "next",
3737
"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"
4040
},
4141
"scripts": {
4242
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

0 commit comments

Comments
 (0)