diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 8ae03e70c..c6c72c03d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ - iOS: `yarn ios` - Android: `yarn android` - Web: `yarn web` +- Run e2e tests + - Start in various console tabs: + - `yarn e2e:server` + - `yarn e2e:metro` + - Run once: `yarn e2e:build` + - Each test run: `yarn e2e:run` - Tips - `npx react-native info` Checks what has been installed. - On M1 macs, [you need to exclude "arm64" from the target architectures](https://stackoverflow.com/a/65399525) |