android-templates icon indicating copy to clipboard operation
android-templates copied to clipboard

[Compose] Setup UI and Integration tests

Open luongvo opened this issue 2 years ago • 0 comments

Why

Testing, including UI and Integration tests with Jetpack Compose, also requires a different set of boilerplate to begin with. And currently, there is no UI & Integration test setup for Jetpack Compose.

Hence, we will need to work on the following:

  • Set up the foundation for UI & Integrating tests. This includes all the libraries it involves and base rules that developers can start writing easily.
  • Sample test suites in Compose sample project for demonstrating purpose.

Who Benefits?

Developers

luongvo avatar Nov 22 '22 04:11 luongvo