React Native E2E Testing iOS Apps with Detox
- 3.7
Brief Introduction
Ensure your React Native app quality with End-To-End-TestsDescription
You want to write high quality React Native apps? Then you should write tests, too! You sure know about snapshot tests and unittests for your app already. But in this course we will go the next step and learn how to write End-To-End tests. These tests simulate an app user and test your finished app instead of code components.
We learn how to integrate detox testing to your project, how to write tests and finally how to also run the tests during your CI build.
Requirements
- Requirements
- Basic understanding of React Native
- A Mac to be able to use iOS Simulator