DEV Community

Discussion on: Cypress vs.....

Collapse
 
timdeschryver profile image
Tim Deschryver

Make sure to check out Cypress Testing Library for some useful commands.

The @testing-library family of packages helps you test UI components in a user-centric way.

The more your tests resemble the way your software is used, the more confidence they can give you.