Feature/add detox e2e tests#151
Merged
Smartdevs17 merged 10 commits intoSmartdevs17:mainfrom Mar 27, 2026
Merged
Conversation
|
@ExcelDsigN-tech Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
392699e to
8f94b12
Compare
146b4c1 to
07dd0d9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add E2E Testing Framework with Detox (Closes #87)
Overview
This Pull Request introduces a comprehensive end-to-end (E2E) testing suite using Detox. It establishes the infrastructure for automated UI testing on both iOS and Android, ensuring that critical user flows—such as app launch, subscription management, and crypto payments—remain functional through future updates. This addresses the current gap where integration issues were bypassing unit tests.
Feature Summary
Technical Implementation
.detoxrc.jsand integrated@config-plugins/detoxinapp.json.launch.test.ts,subscription.test.ts, andpayment.test.tsusing Jest.subscriptionStore.test.tsto useactfromreactfor React 19 compliance..github/workflows/e2e-detox.ymlwith emulator acceleration.Test Coverage
Tasks