sphinx-kotlin icon indicating copy to clipboard operation
sphinx-kotlin copied to clipboard

Integrate UI tests tool (JUnit or Robolectric)

Open tomastiminskas opened this issue 10 months ago • 0 comments

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.

  1. Add any needed configuration for the selected test tool (JUnit, Robolectric, UI Automator, etc).
  2. 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

tomastiminskas avatar Apr 24 '24 16:04 tomastiminskas