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 2018/09/29 21:10:07 UTC

[cordova-paramedic] branch master updated: Run Safari tests on macOS High Sierra (10.13)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bc3241b  Run Safari tests on macOS High Sierra (10.13)
bc3241b is described below

commit bc3241b375c685bed1cd3d328c9eed82bcea7c27
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Sep 29 23:10:03 2018 +0200

    Run Safari tests on macOS High Sierra (10.13)
---
 lib/paramedic.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/paramedic.js b/lib/paramedic.js
index a494719..2e6b801 100644
--- a/lib/paramedic.js
+++ b/lib/paramedic.js
@@ -827,7 +827,7 @@ ParamedicRunner.prototype.getSauceCaps = function () {
         case util.BROWSER:
             caps.browserName = this.config.getSauceDeviceName() || 'chrome';
             caps.version = this.config.getSaucePlatformVersion() || '45.0';
-            caps.platform = caps.browserName.indexOf('Edge') > 0 ? 'Windows 10' : 'macOS 10.12';
+            caps.platform = caps.browserName.indexOf('Edge') > 0 ? 'Windows 10' : 'macOS 10.13';
             // setting from env.var here and not in the config
             // because for any other platform we don't need to put the sauce connect up 
             // unless the tunnel id is explicitly passed (means that user wants it anyway)


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