File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
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) => {
1051
1051
} else {
1052
1052
bsConfig . run_settings . networkLogs = 'false'
1053
1053
}
1054
+ logger . debug ( `Networks logs value: ${ bsConfig . run_settings . networkLogs } ` ) ;
1054
1055
}
1055
1056
1056
1057
exports . versionChangedMessage = ( preferredVersion , actualVersion , frameworkUpgradeMessage = '' ) => {
You can’t perform that action at this time.
0 commit comments