Testing React Native Todo Application Using Cypress

1 · Gleb Bahmutov · June 21, 2021, 9:23 p.m.
IntroductionRecently I have read a nice guide to writing unit and integration tests using Jest for a React Native Todo app. You can read the guide at Quick Guide to React Native Testing and see the source code at stassop/ReactNativeTodo. Recently I have been looking at how to test RN apps using Cypress.io test runner. You can read my explorations in the blog post The Complete Guide to Testing React Native App Using Cypress. In this blog post I will show how to apply the testing principles and wr...