Skip to content

Commit 14910ce

Browse files
committed
added debug logs
1 parent 62926fc commit 14910ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessibility/scanner/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cy.window().then((win) => {
128128
}
129129
let testId = Cypress.env("TEST_ID") || ""
130130
// const filePath = 'cypress/reports/accessibilityReport_' + testId + '.json';
131-
const filePath = Cypress.env(ACCESSIBILITY_REPORT_PATH) || 'cypress/results/accessibilityReport_' + testId + '.json';
131+
const filePath = Cypress.env("ACCESSIBILITY_REPORT_PATH") || 'cypress/results/accessibilityReport_' + testId + '.json';
132132

133133
cy.wrap(setScanConfig(win, payloadToSend), {timeout: 30000}).then((res) => {
134134
// LambdatestLog('log', "logging report **************")

0 commit comments

Comments
 (0)