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.
- 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.
- Clone this project.
cd
inttest
- Run
npm i
- Run
detox build -c <pick a configuration from package.json>
- Run
detox test -c <pick a configuration from package.json>