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 2278264 commit c9a1e13Copy full SHA for c9a1e13
accessibility/scanner/index.js
@@ -96,6 +96,7 @@ cy.window().then((win) => {
96
let testId = Cypress.env("TEST_ID") || ""
97
98
const filePath = Cypress.env("ACCESSIBILITY_REPORT_PATH") || 'cypress/results/accessibilityReport_' + testId + '.json';
99
+
100
cy.wrap(setScanConfig(win, payloadToSend), {timeout: 30000}).then((res) => {
101
console.log('logging config reponse', res);
102
0 commit comments