We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921c7d6 commit 5039260Copy full SHA for 5039260
bin/helpers/reporterHTML.js
@@ -114,6 +114,7 @@ async function generateCypressBuildReport(report_data) {
114
function getReportResponse(filePath, fileName, reportJsonUrl) {
115
let tmpFilePath = path.join(filePath, fileName);
116
const writer = fs.createWriteStream(tmpFilePath);
117
+ logger.debug(`Fetching build reports zip.`)
118
return new Promise(async (resolve, reject) => {
119
request.get(reportJsonUrl).on('response', function(response) {
120
0 commit comments