High velocity native mobile development requires us to adopt continuous integration workflows, which means our reliance on manual QA has to drop signi

wix / Detox

submited by
Style Pass
2021-06-10 19:30:05

High velocity native mobile development requires us to adopt continuous integration workflows, which means our reliance on manual QA has to drop significantly. Detox tests your mobile app while it's running in a real device/simulator, interacting with it just like a real user.

The most difficult part of automated testing on mobile is the tip of the testing pyramid - E2E. The core problem with E2E tests is flakiness - tests are usually not deterministic. We believe the only way to tackle flakiness head on is by moving from black box testing to gray box testing. That's where Detox comes into play.

Future versions are most likely supported, but have not been tested yet. Please open issues if you find specific issues with newer React Native versions.

We believe that the only way to address the core difficulties with mobile end-to-end testing is by rethinking some of the principles of the entire approach. See what Detox does differently.

Leave a Comment
Related Posts