From b4c910774ed7223a765d53c5d847041a7817d791 Mon Sep 17 00:00:00 2001 From: kdivya153 <121901963+kdivya153@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:12:21 -0400 Subject: [PATCH 1/3] Update index.js --- cypress/plugins/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js index 4937645e8..f7109f474 100644 --- a/cypress/plugins/index.js +++ b/cypress/plugins/index.js @@ -252,6 +252,7 @@ module.exports = async (on, config) => { - generate the html report (TBD) */ on('after:run', async (results) => { + console.log('Inside test branch'); fireLog.info('Entering after :run in cypress/plugins/index.js'); const reportObj = {}; From ca510b3d622022ea7f64d254007bd68f822b1f58 Mon Sep 17 00:00:00 2001 From: kdivya153 <121901963+kdivya153@users.noreply.github.com> Date: Mon, 22 Sep 2025 16:19:34 -0400 Subject: [PATCH 2/3] Update index.js --- cypress/plugins/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js index f7109f474..997feb0fb 100644 --- a/cypress/plugins/index.js +++ b/cypress/plugins/index.js @@ -387,6 +387,7 @@ module.exports = async (on, config) => { // Emit the 'reports' event once after the loop and reportObj is populated. await new Promise((resolve) => { + console.log('Divya Reports are resolved'); eventEmitter.once('reportProcessed', () => resolve()); eventEmitter.emit('reports', reportObj, jobId, elk); }); From 9ee40acee7ef2fbe6307068aec06b1c466b82450 Mon Sep 17 00:00:00 2001 From: kdivya153 <121901963+kdivya153@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:37:55 -0400 Subject: [PATCH 3/3] Update transport.js --- cypress/support/cypress-support/src/transport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/cypress-support/src/transport.js b/cypress/support/cypress-support/src/transport.js index a8bf7fc9b..649c8c4fd 100644 --- a/cypress/support/cypress-support/src/transport.js +++ b/cypress/support/cypress-support/src/transport.js @@ -25,7 +25,7 @@ export default class Transport { } async sendMessage(messageObject, responseWaitTime) { - fireLog.info(`Printing the message object: ${JSON.stringify(messageObject)}`); + fireLog.info(`Divya Printing the message object: ${JSON.stringify(messageObject)}`); if (this.isFireboltSDK(messageObject)) { if (!messageObject.action) { messageObject.action = CONSTANTS.CORE;