Community resources
Recommended content
- The Testing Trophy and Testing Classifications by Kent C. Dodds (2021) - classic article explaining testing philosophy behind all Testing Library implementations.
- Common mistakes with React Testing Library by Kent C. Dodds (2020) - classic article explaining React Testing Library best practices, highly applicable to RNTL as well.
- React Native — UI Testing (Ultimate Guide) by Anisur Rahman - comprehensive guide to RNTL testing
- React Native Testing examples repo by Steve Galili - extensive repo with RN testing examples for RNTL and Maestro
Older, potentially outdated content
- Where and how to start testing 🧪 your react-native app ⚛️ and how to keep on testin’ by Steve Galili (2020) - article referencing Steve's examples repo.
- Intro to React Native Testing Library & Jest Native by Alireza Ghamkhar (2020) - video tutorial on RNTL setup and testing.
