-
-
Notifications
You must be signed in to change notification settings - Fork 763
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try travis to execute tests update travis config update travis config list devices and appium version try travis try travis try travis try travis try travis try travis skip installation in travis skip installation in travis try travis try travis try travis try travis Update travis.yml try iOS Driver update travis Run entire package Run entire package Run entire package Run entire package Update to check URL Update to check URL Run entire android package Fix iOS tests and integrate with CI Fix iOS tests and integrate with CI Run on any branch in travis address review comments Address review comments Fix tests fix tests fix tests fix pullfile test and exclude timeout test fix review comments make codacy happy Ignore webviewtest
- Loading branch information
1 parent
05fa225
commit ed47f96
Showing
28 changed files
with
364 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,43 @@ | ||
language: java | ||
|
||
jdk: | ||
- oraclejdk8 | ||
|
||
sudo: required | ||
|
||
install: true | ||
|
||
script: ./gradlew clean build -x test -x signArchives | ||
matrix: | ||
include: | ||
- language: java | ||
install: true | ||
os: osx | ||
osx_image: xcode9.3 | ||
before_install: | ||
- brew update | ||
- brew outdated xctool || brew upgrade xctool | ||
- npm install -g appium | ||
script: | ||
- ./gradlew clean xcuiTest -x signArchives | ||
# - language: android | ||
# install: true | ||
# os: linux | ||
# jdk: oraclejdk8 | ||
# android: | ||
# components: | ||
# - build-tools-26.0.2 | ||
# - platform-tools | ||
# - tools | ||
# - android-22 | ||
# - extra-android-m2repository | ||
# - extra-google-google_play_services | ||
# - extra-google-m2repository | ||
# - sys-img-armeabi-v7a-android-22 | ||
# before_install: | ||
# # node stuff | ||
# - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash | ||
# - nvm install 6 | ||
# - node --version | ||
# - npm --version | ||
# - npm install -g [email protected] | ||
# - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a | ||
# - emulator -avd test -no-audio -no-window & | ||
# - android-wait-for-emulator | ||
# - adb devices | ||
# script: | ||
# - ./gradlew clean test --tests "io.appium.java_client.android.*" --exclude-task signArchives |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#Mon Feb 26 22:51:40 IST 2018 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.