takahirom / roborazzi

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

[IDE Plugin] Display Message for Unavailable Roborazzi Task Selection in IntelliJ Plugin #493

Open yuchan2215 opened 2 days ago

yuchan2215 commented 2 days ago

Overview

The UI shown in the image is not displayed.

image

Workaround

Please check the following setting: Configure all Gradle tasks during Gradle Sync (this can make Gradle Sync slower)

image

Next, execute an appropriate task.

Other

I am not very good at English, so I am using ChatGPT.

takahirom commented 2 days ago

Oh, I didn't know this. I think this setting is necessary to show Gradle tasks. It would be beneficial to provide this explanation to users, something like: "To enable the display of Roborazzi tasks, please enable 'Configure all Gradle tasks during Gradle Sync (this can make Gradle Sync slower)' in the settings."