detox
brew install node
, node 8.3.0 and up is required for native async-await support, otherwise you'll have to babel the tests).npm install -g react-native-cli
)brew install watchman
)examples/demo-react-native
.npm install
.detox build --configuration ios.sim.release
detox test --configuration ios.sim.release
This action will open a new simulator and run the tests on it.
detox build --configuration ios.sim.debug
npm run start
detox test --configuration ios.sim.debug
This action will open a new simulator and run the tests on it.