Skip to content

Conversation

@jraydirect
Copy link

@jraydirect jraydirect commented Nov 19, 2025

  • Added comprehensive debugging documentation for WebdriverIO e2e tests
  • Included Chrome DevTools and VS Code debugging methods
  • Added VS Code launch configurations for easy debugging
  • Documented debugging options and best practices
  • Provided troubleshooting section for common issues

Closes #602

Description

Description

This PR adds comprehensive debugging documentation for WebDriverIO end-to-end tests as requested in issue #602.

  • Added comprehensive debugging documentation for WebdriverIO e2e tests
  • Included Chrome DevTools and VS Code debugging methods
  • Added VS Code launch configurations for easy debugging
  • Documented debugging options and best practices
  • Provided troubleshooting section for common issues

Fixes: #602


Changes Made

  • [ x] Changes in apps folder (specify the app and briefly describe the
    changes): added README into the bdd folder describing the testing

    • Web
    • Native
  • Changes in packages folder (specify the package and briefly describe
    the changes):

    • Core

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
  • [ x] 📝 Documentation update (changes)


How Has This Been Tested?

  • [x ] Cypress integration
  • Cypress component tests
  • Jest unit tests

Checklist:

  • [ x] I have performed a self-review of my own code
  • [ x] I have commented my code, particularly in hard-to-understand areas
  • [x ] I have made corresponding changes to the documentation
  • [ x] My changes generate no new warnings
  • [ x] I have added tests that prove my fix is effective or that my feature works
  • [ x] New and existing unit tests pass locally with my changes
  • [ x] Any dependent changes have been merged and published in downstream modules

- Added comprehensive debugging documentation for WebdriverIO e2e tests
- Included Chrome DevTools and VS Code debugging methods
- Added VS Code launch configurations for easy debugging
- Documented debugging options and best practices
- Provided troubleshooting section for common issues

Closes Greenstand#602
…tand#573)

- Create reusable RadioButton component
- Create DateRangeInput component with native picker
- Implement WalletFilterModal with filter options
- Add Wallet Details screen with filter functionality
- Update wallet list to navigate to details screen
- Add @react-native-community/datetimepicker dependency
- Fix ESLint config for Windows path compatibility
@pierrelstan
Copy link
Collaborator

@jraydirect the Pr have some conflicts , please resolve them.

@pierrelstan
Copy link
Collaborator

and there are some changes that shouldn’t be in this PR, for example the ones from the React Native app.

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.

Try to run debugger for webdriverio e2e test

2 participants