Draft
Conversation
- Add wdio configuration for iOS and Android testing - Add test fixtures for app state management and wallet setup - Add WebView helpers for React controlled input handling - Add selectors using XPath for native iOS context - Add import wallet test that validates full onboarding flow - Add accessibility improvements (aria-labels, data-testid) - Enable WebView inspection for iOS debugging - Add CI workflow for mobile E2E tests
- Fix disableBiometricsToggle() to find checkbox by name="enableBiometric" - Add pause before disabling toggle to let async biometric check complete - Update wallet fixtures to use WebView helpers for React inputs - Add getSeedWordsFromBackup() helper for create wallet flow - Fix verifySeedPhrase selector case sensitivity - Increase wallet creation timeout to 180s - Reorder create-wallet tests so wallet-creating test runs last - Skip whitespace trimming test (app doesn't support this feature)
- Fix nav close button selector for Android WebView (aria-label not exposed) - Add proper selectors for copy button, upload button, QR code, token list - Update send/receive tests to use working Android selectors - Add afterEach hooks to navigate back to Explore between tests - Add bail:1 for faster test debugging
- Add WebView JS click helpers for iOS (clickLinkViaJS, clickExploreLink, navigateToHomeViaJS) - iOS WebView Link components have accessible="false", requiring JS clicks - Update send/receive tests to use platform-aware click methods - Add send.spec.ts and receive.spec.ts to iOS test config - Skip token selection test on iOS (CardItem onClick limitation)
…to Android config
- Move iOS and Android E2E jobs from mobile-e2e.yml to pr.yml - Add needs: translations to prevent cancel-in-progress issues - Add run-android-tests.sh for local emulator management - Remove dapp-browser tests (not ready for CI) - Add resetForTesting() for E2E test cleanup - Update selectors and helpers for better cross-platform support
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Un-ignore and commit the workspace SPM Package.resolved so CI uses the same pinned dependency versions as local builds, avoiding the Capacitor 8 SPM API incompatibility that occurs during fresh resolution.
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 mobile E2E testing framework using WebdriverIO + Appium
Changes
Mobile E2E Framework (mobile-e2e/)
Test Coverage
CI Integration
Performance Optimizations
Component Improvements
Documentation
Test plan