sphinx-kotlin
sphinx-kotlin copied to clipboard
Integrate UI tests tool (JUnit or Robolectric)
Context
UI Test coverage needs to be added to the app
The goal is to test some basic UI interactions in the main views and their expected results.
- Add any needed configuration for the selected test tool (JUnit, Robolectric, UI Automator, etc).
- Solve the issue we faced before described in this comment: https://github.com/stakwork/sphinx-kotlin/issues/703#issuecomment-1935496241
Acceptance Criteria
- Integrate UI test coverage tool and run a small UI test