Skip to content

Commit 4b6b038

Browse files
DimitarTodorovelena-p
authored andcommitted
Add android28 to capabilities. Update test run. (#43)
1 parent dcce32e commit 4b6b038

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ matrix:
124124
script:
125125
- npm i -g appium
126126
- cd tests && npm i
127-
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_NG
127+
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_NG
128128
- os: linux
129129
env:
130130
- Android="24"
@@ -135,7 +135,7 @@ matrix:
135135
script:
136136
- npm i -g appium
137137
- cd tests && npm i
138-
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_JS
138+
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
139139
- os: linux
140140
env:
141141
- Android="24"
@@ -146,7 +146,7 @@ matrix:
146146
script:
147147
- npm i -g appium
148148
- cd tests && npm i
149-
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_VUE
149+
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_VUE
150150
- os: linux
151151
env:
152152
- iOS="12.0"

tests/e2e/config/appium.capabilities.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,10 @@
8080
},
8181
"android28": {
8282
"platformName": "Android",
83-
"platformVersion": "28",
84-
"deviceName": "Emulator-Api28-Google",
85-
"avd": "Emulator-Api28-Google",
86-
"lt": 60000,
87-
"newCommandTimeout": 720,
88-
"noReset": false,
89-
"fullReset": false,
90-
"app": ""
83+
"platformVersion": "9.0",
84+
"deviceName": "Android GoogleAPI Emulator",
85+
"appiumVersion": "1.9.1",
86+
"noReset": true
9187
},
9288
"sim.iPhone7": {
9389
"platformName": "iOS",

0 commit comments

Comments
 (0)