airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095
Apache License 2.0
2.11k stars 107 forks source link

Showkase.getMetadata() not generated after build #283

Closed hamzabintariq123 closed 1 year ago

hamzabintariq123 commented 1 year ago

Hi all,

I am following this article https://proandroiddev.com/no-emulator-needed-for-screenshot-tests-of-compose-previews-on-ci-d292fa0eb26e to test UI without using running emulator .

I have integrated showcase in a dummy project and it runs fine, but when I try to write a test this Showkase.getMetadata() is not generated in the tests ?

Screenshot 2022-12-08 at 1 10 34 AM

alvindizon commented 3 months ago

How did you solve this?