Closed dwightjack closed 2 years ago
Hi!
At the moment, the matcher passes only when it detects no violations.
Other tools like pa11y and the next version of cypress-axe allow uses to set a tolerance threshold for the test.
What about adding such a threshold to this matcher as well? If it sounds good to you, I could submit a PR with the related changes.
I'd recommend instead adding .skip to a specific test or telling axe to ignore a certain rule.
.skip
Hi!
At the moment, the matcher passes only when it detects no violations.
Other tools like pa11y and the next version of cypress-axe allow uses to set a tolerance threshold for the test.
What about adding such a threshold to this matcher as well? If it sounds good to you, I could submit a PR with the related changes.