E2E Tests in React Native w/ Detox

Glauber Brack Castro
4 min readJun 8, 2022

In my last article, I explained about Unit Tests and how to setup it in a React Native project. But do you know what's the difference between each of them?

Before we talk about the difference, at this point you must know that a E2E (end-to-end) is a kind of test that will test all the user flow.

  • This type of test is time consuming
  • Are more complex to…

--

--