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:33:52 UTC

[cordova-paramedic] branch janpio-improve_ci_android 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
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-improve_ci_android by this push:
     new 56018a9  increase default appium version
56018a9 is described below

commit 56018a9198ece052c9e971242603b1067cdf3470
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