T
T
ttas2019-08-13 10:51:11
JavaScript
ttas, 2019-08-13 10:51:11

How to choose an e2e & unit testing framework for a React application?

It is planned to develop an application on React.JS from scratch. Please advise articles or any other information that will help you choose the right framework or approach for setting up and implementing end-to-end & unit tests.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
camelCaseVlad, 2019-08-13
@ttas

Hai! Yesterday I spent the whole day writing unit tests after refactoring, so I will contribute.
We use Jest for unit tests , creating snapshots greatly simplifies UI testing.
e2e is done in Cypress . In our team, e2e tests are written by a tester, and he and the rest of the testers in the company do not get enough of him.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question