Testing React Native Apps
Please rate the course
Source:
Category:
Language:
English
Duration:
01:13:25
Number of lessons:
13
Release date:
04/04/2024
Rating:
0.0
Course short description
Testing is an essential part of the React Native development process. It ensures that your app works as expected and that new features don’t break existing functionality. In this course, you’ll learn how to test your React Native apps with Jest, React Testing Library, and also Maestro for E2E tests.
What will I learn?
- Setup tests in your React Native app
- Write unit tests with Jest
- Test components with React Testing Library
- Mock modules and test fetch requests
- Run E2E tests with Maestro