- Create an Android emulator with a name that matches the name found in
.detoxrc.json
- Run
yarn detox build --configuration android
- Run
yarn e2e:test:android
prereqs: Ensure AppleSimulatorUtils are installed
brew tap wix/brew
brew install applesimutils
- Create an iOS simulator with a name that matches the name found in
.detoxrc.json
- Run
yarn detox build --configuration ios
- launch the simulator
- Run
yarn e2e:test:ios