You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/29 16:27:42 UTC

[cordova-paramedic] branch janpio-improve_ci_android_test updated: increase default appium version

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-improve_ci_android_test
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-improve_ci_android_test by this push:
     new 3dd461d  increase default appium version
     new f67bf65  Merge branch 'janpio-improve_ci_android_test' of https://github.com/apache/cordova-paramedic into janpio-improve_ci_android_test
3dd461d is described below

commit 3dd461d19ce83781a10adf4e180b7c8ef940e388
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Mar 29 17:26:42 2019 +0100

    increase default appium version
---
 lib/ParamedicConfig.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ParamedicConfig.js b/lib/ParamedicConfig.js
index 5ed776d..ac91208 100644
--- a/lib/ParamedicConfig.js
+++ b/lib/ParamedicConfig.js
@@ -24,7 +24,7 @@ var DEFAULT_SAUCE_DEVICE_NAME_ANDROID      = 'Android GoogleAPI Emulator';
 var DEFAULT_SAUCE_PLATFORM_VERSION_ANDROID = '8.0';
 var DEFAULT_SAUCE_DEVICE_NAME_IOS          = 'iPhone Simulator';
 var DEFAULT_SAUCE_PLATFORM_VERSION_IOS     = '9.3';
-var DEFAULT_SAUCE_APPIUM_VERSION           = '1.6.3';
+var DEFAULT_SAUCE_APPIUM_VERSION           = '1.9.1';
 var DEFAULT_BUILD_NAME                     = 'Paramedic sauce test';
 var BROWSERIFY_ARG                         = '--browserify ';
 var DEFAULT_CLI                            = 'cordova'; // use globally installed cordova by default


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org