Skip to content

Commit

Permalink
Specify Sauce Connect version 🐾
Browse files Browse the repository at this point in the history
We were seeing errors where Sauce couldn’t connect because saucie hardcodes a version of Sauce Connect that is no longer supported. This commit overrides the connectVersion option to be the latest.
  • Loading branch information
ZeeJab committed Sep 18, 2019
1 parent 35ef6de commit 654943d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sauce_labs/saucie-connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ var opts = {
accessKey: process.env.SAUCE_ACCESS_KEY,
verbose: true,
logger: console.log,
pidfile: pidFile
pidfile: pidFile,
connectVersion: '4.4.12'
};

if (process.env.TRAVIS_JOB_NUMBER) {
Expand Down

0 comments on commit 654943d

Please sign in to comment.