Skip to content

Commit a259ac8

Browse files
author
Dimitar Todorov
committed
Add capabilities for android28 and update travis.yml
1 parent 87bcaec commit a259ac8

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ matrix:
116116
script:
117117
- npm i -g appium
118118
- cd tests && npm i
119-
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_JS
119+
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
120120
- os: linux
121121
env:
122122
- Android="24"
@@ -127,7 +127,7 @@ matrix:
127127
script:
128128
- npm i -g appium
129129
- cd tests && npm i
130-
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_VUE
130+
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_VUE
131131
- os: linux
132132
env:
133133
- iOS="12.0"
@@ -158,7 +158,7 @@ matrix:
158158
script:
159159
- npm i -g appium
160160
- cd tests && npm i
161-
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_NG
161+
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_NG
162162
- os: linux
163163
env:
164164
- iOS="12.0"

tests/e2e/config/appium.capabilities.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
"appium-version": "1.7.1",
4444
"noReset": true
4545
},
46+
"android28": {
47+
"platformName": "Android",
48+
"platformVersion": "9.0",
49+
"deviceName": "Android GoogleAPI Emulator",
50+
"appiumVersion": "1.9.1",
51+
"noReset": true
52+
},
4653
"sim11iPhone6": {
4754
"platformName": "iOS",
4855
"platformVersion": "11.0",

0 commit comments

Comments
 (0)