We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is now possible to use a custom includedImpacts key in the cy.checkA11y() function. Is it possible to use this key in cy.configureAxe()? Such as:
cy.checkA11y()
cy.configureAxe()
cy.configureAxe({ includedImpacts: ['critical'] })
or
cy.configureAxe({ rules: [{ id: 'includedImpacts', value: ['critical'] }] })
This would avoid some duplication.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is now possible to use a custom includedImpacts key in the
cy.checkA11y()
function. Is it possible to use this key incy.configureAxe()
?Such as:
or
This would avoid some duplication.
The text was updated successfully, but these errors were encountered: