-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a quick and dirty android build workflow #330
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #330 +/- ##
==========================================
- Coverage 13.45% 13.44% -0.02%
==========================================
Files 164 163 -1
Lines 6192 6175 -17
Branches 1718 1714 -4
==========================================
- Hits 833 830 -3
+ Misses 5200 5187 -13
+ Partials 159 158 -1 ☔ View full report in Codecov by Sentry. |
Hi @KKA11010, Could you please take a look and help to fix the tests? Your expertise in resolving these issues would be greatly appreciated. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request introduces our first very basic set of end-to-end tests using the Detox library. Detox provides a robust testing environment for React Native and Expo applications, allowing us to simulate user interactions and verify that the app behaves correctly.
For more information on how Detox works and how to write Detox tests, please refer to the Detox documentation.
The e2e test files are located in
test/e2e/
Please review and provide any feedback. Fixes #115