android-templates
android-templates copied to clipboard
[Compose] Setup UI and Integration tests
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