Skip to content

Commit c33beab

Browse files
committed
added logger
1 parent 126b556 commit c33beab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bin/helpers/config.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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+
}

bin/helpers/utils.js

+1
Original file line numberDiff line numberDiff 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

10561057
exports.versionChangedMessage = (preferredVersion, actualVersion, frameworkUpgradeMessage = '') => {

0 commit comments

Comments
 (0)