To allow the callback function in the cy.checkA11y() command to return not only an array of violations but also a Result object (as in axe-core), which includes passes, incomplete, and inapplicable results, especially incomplete.
Incomplete results are particularly useful, as they help users identify areas that require additional attention and manual review.
To allow the callback function in the
cy.checkA11y()command to return not only an array of violations but also a Result object (as in axe-core), which includespasses,incomplete, andinapplicableresults, especially incomplete.Incomplete results are particularly useful, as they help users identify areas that require additional attention and manual review.