Patterns Principles and Tools for Testing Your React (Native) AppsHere’s a written version of my recent React Orlando talk:I want to talk about some patterns, principles, and tools for testing react native applications.
UI tests should be grey-box.
Sometimes “UI” tests are helpfulSo, unit tests are great.
These tests test the integration points between your app and other services like a rest API or a database.
Di + Stubbing can make UI tests faster and more usefulNow, even with auto-syncing that’s available with detox, your UI tests can still be flaky.
No Comments
Leave a comment Cancel