Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moatazeldebsy/reactnative-detox-bitrise


https://github.com/moatazeldebsy/reactnative-detox-bitrise

android detox ios react-native

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

### Demo for running Detox - E2E UI Testing for React Native app

- Install React Native CLI
- Install Detox CLI
- Open the Terminal and redirect to the app directory
- Run **npm install**
- Run **pod install** inside ios folder
- Run **detox build -c ios.sim.debug**
- Run **detox test -c ios.sim.debug**
- Run **detox build -c android.emu.debug**
- Run **detox test -c android.emu.debug**