takahirom / roborazzi

Make JVM Android integration test visible 🤖📸
https://takahirom.github.io/roborazzi/
Apache License 2.0
656 stars 25 forks source link

Roborazzi gets stuck on Windows #285

Closed JackEblan closed 3 months ago

JackEblan commented 3 months ago

Robolectric 4.12 adds support for the native runtime (native SQLite and graphics modes) on Windows x86_64

but when I tried it on my machine(Windows 10), it got stuck and I cannot run any Roborazzi tasks.

takahirom commented 3 months ago

@JackEblan Thank you for reporting this. I don't have a Windows PC so it is really valuable feedback! I was able to verify that it works in the GitHub Actions Windows environment. Could you elaborate on where you got stuck? Which task did you get stuck on? https://github.com/takahirom/roborazzi/pull/287

JackEblan commented 3 months ago

@takahirom I am using the code from nowinandroid with the help of this ScreenshotHelper.kt

One of the developers from Nia faced some errors on Windows too in this reply

I'm still hoping I can ran screenshot tests locally. Maybe it's another issue from Robolectric or this. By the way, thank you🫡

takahirom commented 3 months ago

@JackEblan It seems that this issue is not related to Roborazzi, so I'll go ahead and close it. If you have any other issues, please let me know, and I'll be happy to reopen this one for you.