-
Notifications
You must be signed in to change notification settings - Fork 38
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
Screenshots verification fails with InvocationTargetException #656
Comments
Thanks. I haven't encountered this specific issue before. It might relate to font availability in your environment. Would you mind sharing your JDK version and OS information to help investigate further? |
Thanks for your quick response 🙏 It's 17 Zulu and CentOS |
I recommend installing the "Courier New" font, though it might not be the optimal solution. To address this, I plan to implement a fix that defaults to the system font when "Courier New" isn't available. However, this approach also presents challenges, as the font affects image generation (particularly when using Roborazzi's dump feature) and could lead to visual inconsistencies. |
Installed this but still same result ☹ |
Maybe it helps for debugging, Tried Paparazzi, at first it did not work with Robolectric included, removed robolectric and it worked fine |
Thank you for the information. In addition to supporting fallback to a monospace font, I plan to make the font customizable. |
All screenshot tests fail on the CI in Github actions on a self-hosted runner, what could be the issue?
They run very well on my mac developer machine
Running:
Roborazzi 1.41.0
Robolectric 4.14.1
The text was updated successfully, but these errors were encountered: