Test React Native Apps with React Native Testing Library
Please rate the course
Source:
Category:
Language:
English
Duration:
01:09:21
Number of lessons:
12
Added date:
01/02/2024
Rating:
0.0
Course short description
Learn how to use React Native Testing Library to quickly and efficiently write tests for your React Native app! When we test our the components and functions of our app - how do we want to do it? The same way a user would use them! That's where React Native Testing Library comes in! It gives us the capability to test the various components of our application in the same way a user would actually use them by allowing us to press a button, type into inputs, and more.
It integrates perfectly with Jest and is the first library that makes me want to _write_ tests for my apps. I can't wait to share the library with you!