react-native-setup-detox
v0.0.3
Published
setup react native detox automation testing framework
Downloads
4
Maintainers
Readme
Getting Started
This package was created to simplify setting up Detox testing framework for React Native mobile apps. It is recommended that you run this package right after you initialize your react native app.
Step 1: Setup
npm install -g react-native-setup-detox
Go to your React Native app folder and run:
react-native-setup-detox
Step 2: Configure emulator
After successful installation you have to setup an emulator to run the tests. Please follow these steps:
Step 3: Use emulator
Once you setup an emulator from step 2 you have to update the emulator name in your .detoxrc.json
avdName
property.
TODO:
- [x] Android
- [ ] iOS (in progress)
Currently on tested on Mac and Android.
Feedback
Please log bugs or features in the issues section