annotations to generate screenshots for the play store? This was a #showerthought but its been a few hours and I havent been able to pick it apart yet. Seems like an easy approach, as compared to generating all that fake data. Any cons, besides it being very tied to compose (which I dont mind ❤️)?
l
Landry Norris
09/21/2022, 12:50 PM
I think Paparazzi is pretty common for this use case.
z
Zoltan Demant
09/21/2022, 12:57 PM
Ive heard plenty about it but never played around with it. Seems promising, thank you!
a
Andrew Neal
09/21/2022, 1:08 PM
You can use Airbnb's compiler plugin for Showkase/Paparazzi to generate screenshot tests from
@Landry Norris Really? Is Paparazzi able to generate high-resolution image without navigation bar?
Paparazzi is a great tool for screenshot tests but I don't think it fits this use case at all. Creating a preview function with dummy data and copying the image in AS is much better and simpler.