android / compose-samples

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

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

Open marlonlom opened 2 months ago

marlonlom commented 2 months 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

stale[bot] commented 2 weeks ago

This issue has been automatically marked as stale because it has not had any recent activity. Please comment here if it is still valid so that we can reprioritize it. Thank you for your contributions.

marlonlom commented 2 weeks ago

?

kul3r4 commented 1 week ago

Thanks for the feedback, feel free to contribute if you want to add UI testing for Wear on this project and I would be happy to review.

kul3r4 commented 1 week ago

The ComposeStarter Wear OS sample (and the other samples on that repository) has some screenshot tests if you are interested to see some UI testing for Wear OS