Hi
I've been seeing this message in the console on recent SauceLabs Karma runs:
06 01 2022 01:26:32.263:DEBUG [launcher.SauceConnect]: 6 Jan 01:26:32 - ***********************************************************
6 Jan 01:26:32 - WARNING: You are using Sauce Connect client version (4.6.4) that will reach its end of life on Jan 31, 2022.
Please download the latest version from https://docs.saucelabs.com/secure-connections/sauce-connect/installation.
Looks like bumping the saucelabs package might be in order.
Interestingly it appears we're already above that version, but maybe Sauce Connect version is different to the npm saucelabs package version:
$ npm ls saucelabs
└─┬ karma-sauce-launcher@4.3.6
└── saucelabs@4.7.8
Hi
I've been seeing this message in the console on recent SauceLabs Karma runs:
Looks like bumping the
saucelabspackage might be in order.Interestingly it appears we're already above that version, but maybe Sauce Connect version is different to the npm
saucelabspackage version: