/expo-detox-e2e

Expo e2e tests using Detox

Primary LanguageJavaScript

This is a fork of yaron1m/expo-detox-typescript-example#5 that's been updated to fix an issue using this fix as well as upgrading to Expo SDK v40, Detox v17.

expo-detox-typescript-example

Sample React-Native application with e2e tests using:

Demo

Installation instructions

  1. Follow Step 1 (install dependencies) from detox Getting Started guide
  2. Download Expo iOS client by running npm run dl_expo_bins
  3. Install the project dependencies by running npm install.
  4. Start the application by running npm start.
  5. In another terminal, run npm run e2e to run the tests.