From eead582c4f8082d663e225e1410a3012ae4adc7b Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Mon, 18 Sep 2023 16:12:55 +0530 Subject: [PATCH] a11y report --- plugin/a11y/test/a11y-reporter.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/a11y/test/a11y-reporter.js b/plugin/a11y/test/a11y-reporter.js index 9346cfbbc7..8065717497 100644 --- a/plugin/a11y/test/a11y-reporter.js +++ b/plugin/a11y/test/a11y-reporter.js @@ -22,6 +22,7 @@ export function reportA11y(expectedViolations, expectedIncompleteViolations, set before(() => { report = getReport(); + console.log("Violations Report",report) }); Object.entries(expectedViolations).forEach(([violation, issues]) => { @@ -43,6 +44,7 @@ export function reportA11y(expectedViolations, expectedIncompleteViolations, set before(() => { report = getReport(); + console.log("Incomplete Report",report) }); Object.entries(expectedIncompleteViolations).forEach(([violation, issues]) => {