Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moatazeldebsy/reactnative-detox-bitrise
- Owner: moatazeldebsy
- Created: 2021-07-20T20:49:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T19:48:00.000Z (about 2 years ago)
- Last Synced: 2023-04-27T12:22:14.396Z (over 1 year ago)
- Topics: android, detox, ios, react-native
- Language: Java
- Homepage: https://blog.bitrise.io/post/react-native-e2e-ui-testing-with-detox-and-bitrise
- Size: 43.3 MB
- Stars: 2
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**