Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 864 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 864 Bytes

Exploring Detox by Wix for end to end testing of native mobile apps.

This repo has an iOS app and an Android app, both with identical functionality. Detox is used to test this functionality by writing tests once (in javascript) and executing on both platforms.

  1. Follow the Getting Started at Detox to prep your environment. Don't forget to take a look at the Android Guide as well but most likely you don't have to do anything since this project already has a working android project.
  2. Clone this project.
  3. cd int test
  4. Run npm i
  5. Run detox build -c <pick a configuration from package.json>
  6. Run detox test -c <pick a configuration from package.json>