DEV Community

Discussion on: Writing and debugging Cypress tests

Collapse
 
jaredanson profile image
Jared

I recommend checking out Cypress Testing Library to extend the commands that Cypress can use. It can take away some of the pain points in finding elements on the page.

github.com/testing-library/cypress...

Collapse
 
nikitahl profile image
Nikita Hlopov

Thanks for this recommendation!