Automatic mobile app testing using Detox
At Ensolvers, we try to write as many automated test cases we can, in different layers of the software products we build, since it helps auto-documenting the code, ensure software quality and eases maintenance. In our several React Native projects, we use Detox, a testing and automation library. Detox allows simulating user behaviour like taps, …