stakwork / sphinx-kotlin

MIT License
18 stars 11 forks source link

[Tests] Create UI tests on the Dashbaord view using JUnit or Robolectric #710

Open tomastiminskas opened 8 months ago

tomastiminskas commented 8 months ago

Context

The Dashbaord view is the view that shows after signing up or logging in (entering the PIN). UI Test coverage needs to be added in this view.

Note: Use branch develop as base branch

Files involved: DashboardFragment.kt DashboardViewModel.kt fragment_dashboard.xml DashboardFragmentsAdapter.kt FeedFragment.kt ChatListFragment.kt PaymentReceiveFragment.kt TransactionsFragment.kt ScannerFragment.kt

The goal is to test some basic UI interactions in the Dashboard view and their expected results.

  1. Add any needed configuration for the selected test tool (JUnit, Robolectric, UI Automator, etc).
  2. Implement the following test cases

Dashboard View

Vayras commented 8 months ago

Hey @tomastiminskas I would like to work on this issue, can you assign this to me

Vayras commented 8 months ago

@tomastiminskas since I was unable to complete this on time I would like to be unassigned

alejandrocordon commented 7 months ago

I can try it