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 62926fc commit 14910ceCopy full SHA for 14910ce
accessibility/scanner/index.js
@@ -128,7 +128,7 @@ cy.window().then((win) => {
128
}
129
let testId = Cypress.env("TEST_ID") || ""
130
// const filePath = 'cypress/reports/accessibilityReport_' + testId + '.json';
131
- const filePath = Cypress.env(ACCESSIBILITY_REPORT_PATH) || 'cypress/results/accessibilityReport_' + testId + '.json';
+ const filePath = Cypress.env("ACCESSIBILITY_REPORT_PATH") || 'cypress/results/accessibilityReport_' + testId + '.json';
132
133
cy.wrap(setScanConfig(win, payloadToSend), {timeout: 30000}).then((res) => {
134
// LambdatestLog('log', "logging report **************")
0 commit comments