Replying to @coderbyheart

@pati_gallardo So it's important to have
unit-level tests and jest is a good framework for that. It's also magnitudes
faster to test here. I know TDD fanatics who entirely stopped using Cypress
because the efforts to maintain it in addition to unit tests often outweigh
the gains.

Sun, 27 Sep 2020 12:10:31 UTC2

1 reply

Replying to @coderbyheart

@pati_gallardo You would need to write your
React app as stupid as possible, and any put any slightly more complex logic
into modules that can be unit-tested.

What then can go wrong (especially when using TypeScript) is so little that
Cypress is a waste of time.