This guide will help you set up and run Detox tests for your project.
First, navigate to the root directory of your project and install the necessary dependencies by running:
npm install
navigate to the detox
folder and run npm install
To build the Detox Android app, navigate to the detox
folder and run:
npm run e2e:android-build
To execute the Detox tests on Android, navigate to the detox
folder and run:
npm run e2e:android-test
To build the iOS simulator for Detox, navigate to the detox
folder and run:
npm run e2e:ios-build
To execute the Detox tests on iOS, navigate to the detox
folder and run:
npm run e2e:ios-test