File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 127
127
"pidtree" : " ^0.3.0" ,
128
128
"pidusage" : " ^2.0.17" ,
129
129
"rxjs" : " ~6.4.0" ,
130
- "sauce-connect" : " https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz" ,
130
+ "sauce-connect-proxy " : " https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz" ,
131
131
"semver" : " 6.3.0" ,
132
132
"source-map" : " ^0.7.3" ,
133
133
"source-map-support" : " ^0.5.0" ,
Original file line number Diff line number Diff line change 32
32
33
33
echo " Starting Sauce Connect. Passed arguments: ${sauceArgs} "
34
34
35
- ${currentDir} /../../node_modules/sauce-connect/bin/sc -u ${SAUCE_USERNAME} -k ${SAUCE_ACCESS_KEY} ${sauceArgs}
35
+ ${currentDir} /../../node_modules/sauce-connect-proxy /bin/sc -u ${SAUCE_USERNAME} -k ${SAUCE_ACCESS_KEY} ${sauceArgs}
Original file line number Diff line number Diff line change @@ -8843,7 +8843,7 @@ sauce-connect-launcher@^1.2.4:
8843
8843
lodash "^4.16.6"
8844
8844
rimraf "^2.5.4"
8845
8845
8846
- " sauce-connect@https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz " :
8846
+ " sauce-connect-proxy @https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz " :
8847
8847
version "0.0.0"
8848
8848
resolved "https://saucelabs.com/downloads/sc-4.5.4-linux.tar.gz#dc5efcd2be24ddb099a85b923d6e754754651fa8"
8849
8849
You can’t perform that action at this time.
0 commit comments