Skip to content
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

Merged
merged 18 commits into from Apr 1, 2024

Conversation

BilligsterUser
Copy link
Collaborator

@BilligsterUser BilligsterUser commented Mar 29, 2024

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

@codecov-commenter
Copy link

codecov-commenter commented Mar 29, 2024

Codecov Report

Attention: Patch coverage is 2.43902% with 40 lines in your changes are missing coverage. Please review.

Project coverage is 13.44%. Comparing base (1c8e74b) to head (1a6ffbc).
Report is 1 commits behind head on main.

❗ Current head 1a6ffbc differs from pull request most recent head 968214c. Consider uploading reports for the commit 968214c to get more accurate results

Files Patch % Lines
src/screens/Mints/index.tsx 0.00% 11 Missing ⚠️
src/screens/Payment/ProcessingError.tsx 0.00% 8 Missing ⚠️
src/screens/Auth/index.tsx 0.00% 7 Missing ⚠️
src/screens/History/Details.tsx 0.00% 5 Missing ⚠️
src/screens/Dashboard.tsx 0.00% 4 Missing ⚠️
src/components/Empty.tsx 0.00% 2 Missing ⚠️
src/components/Balance.tsx 50.00% 1 Missing ⚠️
src/screens/Addressbook/index.tsx 0.00% 1 Missing ⚠️
src/screens/Settings/index.tsx 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@BilligsterUser
Copy link
Collaborator Author

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!

@BilligsterUser BilligsterUser marked this pull request as ready for review March 29, 2024 20:18
Copy link
Collaborator

@KKA11010 KKA11010 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KKA11010 KKA11010 merged commit ec22329 into cashubtc:main Apr 1, 2024
4 checks passed
@BilligsterUser BilligsterUser deleted the build branch April 1, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate end to end tests in workflow
3 participants