DEV Community

Discussion on: UI Testing Best Practices πŸ“œ

Collapse
 
hugoliconv profile image
Hugo

I want to start adding test to our project but I don't know where to start, I was thinking to test using jest and enzyme, but I have heard good things about React Testing Library, what do you recommend me?

Collapse
 
bryce profile image
Bryce Dorn

Hi there! If you're using React, I'd recommend RTL with Jest. Here's a good tutorial that walks through how to get started: