File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -942,6 +942,12 @@ exports.setLocalArgs = (bsConfig, args) => {
942942 let local_args = {}
943943 local_args['key'] = bsConfig['auth']['access_key'];
944944 local_args['localIdentifier'] = bsConfig["connection_settings"]["local_identifier"];
945+ if (bsConfig["connection_settings"]["proxyHost"])
946+ local_args['proxyHost'] = bsConfig["connection_settings"]["proxyHost"];
947+ if (bsConfig["connection_settings"]["proxyPort"])
948+ local_args['proxyPort'] = bsConfig["connection_settings"]["proxyPort"];
949+ if (bsConfig["connection_settings"]["useCaCertificate"])
950+ local_args['useCaCertificate'] = bsConfig["connection_settings"]["useCaCertificate"];
945951 local_args['daemon'] = true;
946952 local_args['enable-logging-for-api'] = true
947953 local_args['source'] = `cypress:${usageReporting.cli_version_and_path(bsConfig).version}`;
Original file line number Diff line number Diff line change 1414 "dependencies": {
1515 "archiver": "5.3.0",
1616 "async": "3.2.3",
17- "browserstack-local": "1.5.1 ",
17+ "browserstack-local": "1.5.4 ",
1818 "chalk": "4.1.2",
1919 "cli-progress": "3.10.0",
2020 "fs-extra": "8.1.0",
You can’t perform that action at this time.
0 commit comments