Month: October 2022

  • Running Detox end-to-end tests on CI

    Running Detox end-to-end tests on CI

    Now that you’ve added end-to-end tests with Detox to your React Native application from my previous blog post it’s time to automate running the tests and add them to continuous integration (CI) pipeline. Detox has documentation for running it on some Continuous Integration services but it’s somewhat lacking and outdated. This post will show how…

  • Automated End-to-End testing React Native apps with Detox

    Automated End-to-End testing React Native apps with Detox

    Everyone knows the importance of testing in software development projects so lets jump directly to the topic of how to use Detox for end-to-end testing React Native applications. It’s similar to how you would do end-to-end testing React applications with Cypress like I wrote previously. Testing React Native applications needs a bit more setup especially…