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
When we change roborazzi.outputDir in Gradle, the compare image directory will change as well. However, I believe most people do not want to change the compare image directory.
Currently, we only have RoborazziOptions.CompareOptions.outputDir to change it, but we should be able to modify it through Gradle DSL.
The text was updated successfully, but these errors were encountered:
When we change
roborazzi.outputDir
in Gradle, the compare image directory will change as well. However, I believe most people do not want to change the compare image directory.Currently, we only have
RoborazziOptions.CompareOptions.outputDir
to change it, but we should be able to modify it through Gradle DSL.The text was updated successfully, but these errors were encountered: