@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.
1 reply
@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.