File tree 2 files changed +7
-1
lines changed
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) => {
942
942
let local_args = { }
943
943
local_args [ 'key' ] = bsConfig [ 'auth' ] [ 'access_key' ] ;
944
944
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" ] ;
945
951
local_args [ 'daemon' ] = true ;
946
952
local_args [ 'enable-logging-for-api' ] = true
947
953
local_args [ 'source' ] = `cypress:${ usageReporting . cli_version_and_path ( bsConfig ) . version } ` ;
Original file line number Diff line number Diff line change 14
14
"dependencies" : {
15
15
"archiver" : " 5.3.0" ,
16
16
"async" : " 3.2.3" ,
17
- "browserstack-local" : " 1.5.1 " ,
17
+ "browserstack-local" : " 1.5.4 " ,
18
18
"chalk" : " 4.1.2" ,
19
19
"cli-progress" : " 3.10.0" ,
20
20
"fs-extra" : " 8.1.0" ,
You can’t perform that action at this time.
0 commit comments