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

e2e tests with detox #326

Closed
wants to merge 3 commits into from
Closed

e2e tests with detox #326

wants to merge 3 commits into from

Conversation

KKA11010
Copy link
Collaborator

@KKA11010 KKA11010 commented Mar 28, 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 28, 2024

Codecov Report

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

Project coverage is 13.44%. Comparing base (1c8e74b) to head (80eeb8c).

Files Patch % Lines
src/screens/Onboarding.tsx 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #326      +/-   ##
==========================================
- Coverage   13.45%   13.44%   -0.01%     
==========================================
  Files         164      164              
  Lines        6192     6194       +2     
  Branches     1718     1718              
==========================================
  Hits          833      833              
- Misses       5200     5202       +2     
  Partials      159      159              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BilligsterUser
Copy link
Contributor

Pull Request Closed in Favor of #330

This pull request has been closed in favor of #330. All further discussions, reviews, and changes related to this feature will be managed in that pull request.

If you have any questions or concerns, feel free to reach out. Thank you for your contributions!

Best regards,
@BilligsterUser

@KKA11010 KKA11010 deleted the e2e branch April 10, 2024 15:08
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