Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ matrix:
script:
- npm i -g appium
- cd tests && npm i
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_JS
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_JS
- os: linux
env:
- Android="24"
Expand All @@ -127,7 +127,7 @@ matrix:
script:
- npm i -g appium
- cd tests && npm i
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_VUE
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_VUE
- os: linux
env:
- iOS="12.0"
Expand Down Expand Up @@ -158,7 +158,7 @@ matrix:
script:
- npm i -g appium
- cd tests && npm i
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_NG
- travis_wait travis_retry npm run e2e -- --runType android28 --sauceLab --appPath $ANDROID_PACKAGE_NG
- os: linux
env:
- iOS="12.0"
Expand Down
7 changes: 7 additions & 0 deletions tests/e2e/config/appium.capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
"appium-version": "1.7.1",
"noReset": true
},
"android28": {
"platformName": "Android",
"platformVersion": "9.0",
"deviceName": "Android GoogleAPI Emulator",
"appiumVersion": "1.9.1",
"noReset": true
},
"sim11iPhone6": {
"platformName": "iOS",
"platformVersion": "11.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"karma-nativescript-launcher": "^0.4.0",
"mocha": "^3.3.0",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi": "^1.0.1",
"mocha-multi": "1.1.0",
"mochawesome": "^3.1.1",
"nativescript-dev-appium": "~5.2.0",
"typescript": "~3.5.3"
Expand Down