Skip to content

Commit 5039260

Browse files
committed
added verbose logs
1 parent 921c7d6 commit 5039260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helpers/reporterHTML.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ async function generateCypressBuildReport(report_data) {
114114
function getReportResponse(filePath, fileName, reportJsonUrl) {
115115
let tmpFilePath = path.join(filePath, fileName);
116116
const writer = fs.createWriteStream(tmpFilePath);
117+
logger.debug(`Fetching build reports zip.`)
117118
return new Promise(async (resolve, reject) => {
118119
request.get(reportJsonUrl).on('response', function(response) {
119120

0 commit comments

Comments
 (0)