Vinay Gaba
Vinay Gaba
For future reference, I want to summarize how this issue is now being handled by Showkase - In the `beta15` release, I added a flag to allow you to skip...
> What do you think about passing this option as a flag in the showkase activity intent? @vinaygaba @themanol E.g. pass a configuration data class to the showkase activity intent...
Closing this PR as I think using the Showkase metadata API for creating a custom browser for your use cases might be a better approach.
You essentially need to add a proguard keep rule to make it with in release/alternate builds. The exact keep rule depends on your setup. For example, if your `ShowkaseRootModule` implementation...
I had very briefly looked at it and did not come up with an obvious way to resolve this in the Showkase browser. I'm open to ideas on how I...
I think for custom use cases like this, it would be better to just create your own custom browser as Showkase already exposes all the metadata it has through the...
A sample implementation has also been added to Showkase itself for your reference - https://github.com/airbnb/Showkase/blob/master/showkase-screenshot-testing-paparazzi-sample/src/test/java/com/airbnb/android/showkase/screenshot/testing/paparazzi/sample/PaparazziSampleScreenshotTest.kt
I've just started working on an artifact (`showkase-screenshot-testing-paparazzi`) that will make it trivial to have a Showkase + Paparazzi setup for your codebase. It essentially auto generates the Paparazzi test...
@IvanSanchez-uam Could you open a PR up so that I can see what this looks like. Early thoughts - I'm not a fan of adding more parameters in the annotation...