Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jsivakumaran/71f4d4be1f24eee048bde40bcb29ee9d to your computer and use it in GitHub Desktop.
Save jsivakumaran/71f4d4be1f24eee048bde40bcb29ee9d to your computer and use it in GitHub Desktop.
checkAlly - cypress example
cy.checkA11y({
runOnly: {
type: "tag",
values: ["wcag2a", "wcag2aa"]
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment