-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raborazzi 1.9.0 + Robolectric 4.12-SNAPSHOT #255
Comments
We are discussing the RNG HW here. I have the code which can reproduce the issue using Espresso, but we haven't found a solution yet. |
@desugar-64 (CC: @chrisbanes ) Could you please confirm if you're utilizing ShadowPackageManager.addActivityIfNotPresent or something in your tests? |
It's working nicely for me! chrisbanes/haze#147 |
Wow, let me check this too. |
@takahirom |
You can close the issue. |
Thank you for your feedback. I've closed this issue and included the information in the FAQ: https://github.com/takahirom/roborazzi?tab=readme-ov-file#q-the-images-taken-from-roborazzi-seem-broken |
Understanding Rendering Outputs with Raborazzi and Robolectric
I'm currently working with the following setup:
Issue Encountered: When I enable hardware rendering (RNG HW) by setting
System.setProperty("robolectric.screenshot.hwrdr.native", "true")
, I am encountering an issue where the rendering output results in an empty (black) screenshot. Is this a known limitation, and is the feature not yet supported?Additional Context:
Methods Used:
captureScreenRoboImage()
andcaptureOnRoot()
.Primary Concern: I am awaiting hardware rendering capabilities due to a clipping-to-outline issue in Jetpack Compose 1.6.0.
Any insights or suggestions regarding this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: