1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
2024-03-08 16:05:08 +08:00
..
2022-06-01 16:43:43 +08:00
2022-06-01 16:43:43 +08:00
2023-04-02 14:47:05 +08:00
2023-04-02 23:53:28 +08:00
2024-01-25 22:09:35 +08:00
2023-04-02 12:51:43 +08:00
2023-04-03 11:18:31 +08:00
2024-03-08 16:04:16 +08:00
2023-04-02 12:51:43 +08:00
2023-04-03 11:21:15 +08:00
2023-04-02 12:51:43 +08:00
2023-04-02 12:51:43 +08:00
2023-04-02 12:51:43 +08:00
2023-04-02 12:51:43 +08:00
2022-06-01 16:43:43 +08:00
2023-04-02 12:51:43 +08:00
2019-10-04 18:38:54 +08:00
2023-04-02 12:51:43 +08:00
2024-01-21 14:41:06 +08:00
2023-04-02 12:51:43 +08:00
2023-04-02 12:51:43 +08:00
2019-10-04 18:38:54 +08:00
2024-01-22 15:55:52 +08:00
2024-03-08 16:05:08 +08:00
2023-04-02 12:51:43 +08:00
2024-02-05 22:09:53 +08:00
2024-03-08 16:05:08 +08:00

react-native-android-detox

e2e-android

React Native Android Detox. The project has already been patched with the additional Android configuration.

Prerequisites

Follow the environment setup.

Install

Clone the repository:

git clone https://github.com/remarkablemark/react-native-android-detox.git
cd react-native-android-detox

Install the dependencies:

yarn

Build

Android (Debug)

Build the Android debug app:

yarn detox build --configuration android.emu.debug

Android (Release)

Build the Android release app:

yarn detox build --configuration android.emu.release

Test

Android (Debug)

Start the app:

yarn start

Run the test:

yarn detox test --configuration android.emu.debug

Android (Release)

Run the test:

yarn detox test --configuration android.emu.release