Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 502 Bytes

e2e-tests.md

File metadata and controls

21 lines (15 loc) · 502 Bytes

Runing e2e tests

Android

  1. Create an Android emulator with a name that matches the name found in .detoxrc.json
  2. Run yarn detox build --configuration android
  3. Run yarn e2e:test:android

iOS

prereqs: Ensure AppleSimulatorUtils are installed

brew tap wix/brew
brew install applesimutils
  1. Create an iOS simulator with a name that matches the name found in .detoxrc.json
  2. Run yarn detox build --configuration ios
  3. launch the simulator
  4. Run yarn e2e:test:ios