detox
- make sure you have Xcode installed (tested with v8.1-8.2)
- iPhone 7 Plus simulator is installed
- make sure you have node installed (
brew install node
, node 8.3.0 and up is prefered, for native async-await support)
- Make sure you're in folder
examples/demo-native-ios
- Run
npm install
- Build the demo project
detox build --configuration ios.sim.release
- Run tests on the demo project
detox test e2e --configuration ios.sim.release
This action will open a new simulator and run the tests on it.