Tag: GitHub Actions

  • 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…