Integration with cypress #445
Unanswered
mammadataei
asked this question in
Q&A
Replies: 1 comment 18 replies
-
I'd love to have something like that. It'd be great if we could export lower level functions that implement the logic of the checks that each assertion does. Then another library (perhaps a @testing-library/cypress-dom` library) could then implement Cypress-centric chai-like assertions while re-using the same implementation. |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Does anyone have a solution to integrate
jest-dom
with cypress? or any alternative? I need some of the assertions liketoHaveAccessibleDescription
,toHaveAccessibleName
andtoHaveErrorMessage
which are not available in cypress orchai-dom
.Beta Was this translation helpful? Give feedback.
All reactions