Closed KKA11010 closed 7 months ago
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 :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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
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