Skip to content

Add image clearing task to Roborazzi Gradle Plugin #452

@takahirom

Description

@takahirom

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions