You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had configured axeOptions values as ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa'] in our application but while running the automation tests in cypress we are getting error as below "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds" I also verified the color contrast it's getting passed for WCAG AA(Attached Screenshot below) https://webaim.org/resources/contrastchecker/ .I had tried different ways but was not able to find the root cause. can someone help
The text was updated successfully, but these errors were encountered:
this package was forked from the original when the original one stopped supporting newer versions of cypress for a while but now it seems to support latest versions so you're encouraged to switch to it if you can.
axe-core, which is the core package of this one, is the one that's checking against those rules, so if you wanna make sure that your site passes axe-core's checks, you can try testing the site using their DevTools maybe?
Hi All,
We had configured axeOptions values as ['wcag2a', 'wcag2aa', 'wcag21a', 'wcag21aa'] in our application but while running the automation tests in cypress we are getting error as below "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds" I also verified the color contrast it's getting passed for WCAG AA(Attached Screenshot below) https://webaim.org/resources/contrastchecker/ .I had tried different ways but was not able to find the root cause. can someone help
The text was updated successfully, but these errors were encountered: