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
About cypress-axe and jest-axe
In terms of efficiency, their ability to detect A11Y errors, what is the difference between the two?
What are the things that one is not able to do but the other one is, for instance?
I am using a Design system on a website. In the website I would like implement cypress-axe testing, but the design system tests their component with jest-axe.
Would there be differences in what the two type of tests can detect? What I want to avoid I having cypress axe test failing because jest-axe was used and so Jest not being able to detect what cypress-axe will fail for.
Thanks!
The text was updated successfully, but these errors were encountered:
Vanals
changed the title
Question: What is the differnce between cypress-axe and jest-axe?
Question: What is the difference between cypress-axe and jest-axe?
Feb 13, 2024
Hi!
About
cypress-axe
andjest-axe
In terms of efficiency, their ability to detect A11Y errors, what is the difference between the two?
What are the things that one is not able to do but the other one is, for instance?
I am using a Design system on a website. In the website I would like implement cypress-axe testing, but the design system tests their component with jest-axe.
Would there be differences in what the two type of tests can detect? What I want to avoid I having cypress axe test failing because jest-axe was used and so Jest not being able to detect what cypress-axe will fail for.
Thanks!
The text was updated successfully, but these errors were encountered: