You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Roborazzi Gradle Plugin saves image caches in build/intermediates/roborazzi. So when users remove images in build/outputs/roborazzi and rerun the tests, it doesn't work as expected.
The workaround is to use find . -name "*.png" -path "*roborazzi*" | xargs rm. However, the directory depends on the user's settings.