Testing react apps

What’s the best way to test react apps? I find testing only components are annoying and slow. I’m considering testing complete business flows with cypress. Does anyone have slicker way?

For end-to-end testing, I would suggest something like Selenium and a test environment: How to test React Apps using Selenium : Tutorial | BrowserStack

1 Like