Cypress - Plugins and Ecosystem
Given the following Cypress test code snippet, what will
cy.checkA11y() do?cy.visit('/home')
cy.injectAxe()
cy.checkA11y()cy.checkA11y() do?cy.visit('/home')
cy.injectAxe()
cy.checkA11y()cy.checkA11y() without arguments.cy.checkA11y() runs accessibility checks on the whole page and reports violations.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions