/ReactNative-Detox

ReactNative-Detox

Primary LanguageJava

Simple React Native app with Detox (E2E testing)

Watch tutorial - https://youtu.be/9jhxE3u16F4

Running Tests

Make sure you have test env setup

  1. Build the App

iOS

yarn ios

Android

yarn android:test
  1. Change the Android emulator name in .detoxrc.json to the ones you have

To list all the AVD

emulator -list-avds
  1. Run tests
// android
yarn test:android

// iOS
yarn test:ios