Skip to content

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

Notifications You must be signed in to change notification settings

janakagamini/counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>