android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
20.22k stars 4.81k forks source link

[FR]: Implementing Android UI Tests for WearOS in Jetcaster #1469

Open marlonlom opened 1 month ago

marlonlom commented 1 month ago

Is there an existing issue for this?

Is this a feature request for one of the samples?

Sample app

Jetcaster

Describe the problem

Jetcaster's WearOS module currently lacks automated UI testing. These tests are crucial to ensure the quality and stability of the app, especially when making changes to the user interface.

Describe the solution

I suggest that there could be at least one android ui test for the Wearos App module, testing the basic feature of the app module.

Additional context

No response

Code of Conduct