Hi, how are you structuring your app when doing sc...
# squarelibraries
m
Hi, how are you structuring your app when doing screenshot tests with paparazzi? I understand that paparazzi has a limitation where it cannot generate tests for composables which are part of the app module, right (because
com.android.application
module resources are not accessible for it)? So, when I have a modular app, I can just create the tests for Composables in each
com.android.library
module - easy. But for simpler single-module apps, is there a sensible approach or would I have to create a setup like minimalistic
app
module with
realApp
library module which would contain all the composables and be paparazzi-testable? Rel: https://github.com/airbnb/Showkase/issues/311