Update readme (#2381)

This commit is contained in:
Diego Mello 2020-08-07 11:15:06 -03:00 committed by GitHub
parent 2506595575
commit 866bc227bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 24 deletions

View File

@ -21,9 +21,6 @@
<a href="https://play.google.com/store/apps/details?id=chat.rocket.reactnative"> <a href="https://play.google.com/store/apps/details?id=chat.rocket.reactnative">
<img alt="Download on Google Play" src="https://play.google.com/intl/en_us/badges/images/badge_new.png" height=43> <img alt="Download on Google Play" src="https://play.google.com/intl/en_us/badges/images/badge_new.png" height=43>
</a> </a>
<a href="https://itunes.apple.com/us/app/rocket-chat-experimental/id1272915472">
<img alt="Download on App Store" src="https://user-images.githubusercontent.com/7317008/43209852-4ca39622-904b-11e8-8ce1-cdc3aee76ae9.png" height=43>
</a>
## Beta Access ## Beta Access
@ -32,7 +29,7 @@
You can signup to our TestFlight builds by accessing these links: You can signup to our TestFlight builds by accessing these links:
- Official: https://testflight.apple.com/join/3gcYeoMr - Official: https://testflight.apple.com/join/3gcYeoMr
- Experimental: https://testflight.apple.com/join/7I3dLCNT. - Experimental: https://testflight.apple.com/join/7I3dLCNT
### Google Play beta ### Google Play beta
@ -67,12 +64,11 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
$ npx react-native run-android $ npx react-native run-android
``` ```
### Whitelabel ## Whitelabel
Follow our docs: https://docs.rocket.chat/guides/developer/mobile-apps/whitelabeling-mobile-apps Follow our docs: https://docs.rocket.chat/guides/developer/mobile-apps/whitelabeling-mobile-apps
## Current priorities ## Current priorities
1) Omnichannel support 1) E2E encryption
2) E2E encryption
## Features ## Features
| Feature | Status | | Feature | Status |
@ -80,7 +76,7 @@ Follow our docs: https://docs.rocket.chat/guides/developer/mobile-apps/whitelabe
| Jitsi Integration | ✅ | | Jitsi Integration | ✅ |
| Federation (Directory) | ✅ | | Federation (Directory) | ✅ |
| Discussions | ✅ | | Discussions | ✅ |
| Omnichannel | | | Omnichannel | |
| Threads | ✅ | | Threads | ✅ |
| Record Audio | ✅ | | Record Audio | ✅ |
| Record Video | ✅ | | Record Video | ✅ |
@ -106,7 +102,7 @@ Follow our docs: https://docs.rocket.chat/guides/developer/mobile-apps/whitelabe
| Admin panel | ✅ | | Admin panel | ✅ |
| Reply message from notification | ✅ | | Reply message from notification | ✅ |
| Unread counter banner on message list | ✅ | | Unread counter banner on message list | ✅ |
| E2E Encryption | | | E2E Encryption | |
| Join a Protected Room | ❌ | | Join a Protected Room | ❌ |
| Optional Analytics | ✅ | | Optional Analytics | ✅ |
| Settings -> About us | ❌ | | Settings -> About us | ❌ |
@ -203,20 +199,8 @@ Follow our docs: https://docs.rocket.chat/guides/developer/mobile-apps/whitelabe
| Attachment List | ✅ | | Attachment List | ✅ |
| Join a Room | ✅ | | Join a Room | ✅ |
## Detox (end-to-end tests) ## E2E Testing
- Build your app Follow our docs: https://github.com/RocketChat/Rocket.Chat.ReactNative/tree/develop/e2e#e2e-testing
```bash
$ npx detox build --configuration ios.sim.release
```
- Run tests
```bash
$ npx detox test ./e2e/tests/onboarding --configuration ios.sim.release
$ npx detox test ./e2e/tests/room --configuration ios.sim.release
$ npx detox test ./e2e/tests/assorted --configuration ios.sim.release
```
## Storybook ## Storybook
- Open index.js - Open index.js

View File

@ -1,4 +1,4 @@
# e2e Testing # E2E Testing
## Contents ## Contents