File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "uploadUrl" : " https://api-cloud.browserstack.com/automate-frameworks/cypress/upload" ,
3- "rails_host" : " https://api.browserstack.com" ,
4- "dashboardUrl" : " https://automate.browserstack.com/dashboard/v2/builds/" ,
5- "usageReportingUrl" : " https://eds.browserstack.com:443/send_event_cy_internal" ,
6- "localTestingListUrl" : " https://www.browserstack.com/local/v1/list"
7- }
2+ "uploadUrl" : " https://api-cloud-k8s-devcypress.bsstag.com/automate-frameworks/cypress/upload" ,
3+ "rails_host" : " https://apik8s-devcypress.bsstag.com" ,
4+ "dashboardUrl" : " https://automate-k8s-devcypress.bsstag.com/dashboard/v2/builds/" ,
5+ "usageReportingUrl" : " https://google.com"
6+ }
Original file line number Diff line number Diff line change @@ -1051,6 +1051,7 @@ exports.setNetworkLogs = (bsConfig) => {
10511051 } else {
10521052 bsConfig . run_settings . networkLogs = 'false'
10531053 }
1054+ logger . debug ( `Networks logs value: ${ bsConfig . run_settings . networkLogs } ` ) ;
10541055}
10551056
10561057exports . versionChangedMessage = ( preferredVersion , actualVersion , frameworkUpgradeMessage = '' ) => {
You can’t perform that action at this time.
0 commit comments