paparazzi
paparazzi copied to clipboard
Render your Android screens without a physical device or emulator
I would like to be able to just run the snapshot tests and not also the unit tests. On my project's CI we have parallel build workflows to run verifications...
Hi Paparazzi Team, Firstly, I want to express my gratitude for the incredible work you've done with Paparazzi. It's been an invaluable tool in my projects. I'm reaching out to...
**Description** Trying to run paparazzi.gif fails with this stacktrace: ```Component 1 width should be a multiple of 2 for colorspace: YUV420J java.lang.IllegalArgumentException: Component 1 width should be a multiple of...
**Description** Fails when run on a library module with butterknife plugin, with the following message: ``` java.lang.ClassFormatError: Duplicate field name "BodyCenter_android_breakStrategy" with signature "I" in class file redacted/ui/R$styleable at java.base/java.lang.Class.getDeclaredClasses0(Native...
**Description** During the instantiation of the Paparazzi rule we are getting ``` java.lang.UnsatisfiedLinkError: unsupported JNI version 0xFFFFFFFF required by /Users/myuser/.gradle/caches/transforms-3/944e49004c506aad1fdc12ed40e8c4a9/transformed/layoutlib-native-macarm-2022.2.1-5128371-2/data/mac-arm/lib64/libandroid_runtime.dylib ``` at `Bridge#590` (`System.load(path)`) **Expected behavior** Paparazzi rule instantiation succeeds...
Fixes #717 The "sha" from master is pointing to the "object" of this tag: https://android.googlesource.com/platform/prebuilts/studio/layoutlib/+/refs/tags/studio-2022.2.1 Relevant GrGit docs: * https://ajoberstar.org/grgit/main/grgit-clone.html * https://ajoberstar.org/grgit/main/grgit-fetch.html cc @AfzalivE ``` > Task :libs:layoutlib:cloneLayoutlib Cloning prebuilt...
I run my tests based on java resource files using a parameterized test. So all my tests run from a single method. This is problematic because Paparazzi will prepend the...
**Description** We use molecule library in our project. And unitests for Composable presenter functions we have are failing when adding paparazzi as dependency. The stacktrace is: ``` Exception in thread...
The use case for making this change is to allow screenshots to be handled in ways other than thumbnail scaling which is helpful for having longer screenshots and not having...
When trying to capture the look of the styled `OutlinedTextField` there is no way that I know of how to put focus in a text field. If there is already...