Skip to content

1.0.0-beta-1

Compare
Choose a tag to compare
@takahirom takahirom released this 20 Mar 13:54
· 1172 commits to main since this release

From this version, please use Roborazzi Gradle Plugin to use Roborazzi.

apply plugin: 'io.github.takahirom.roborazzi'

To save the image as you did in previous releases, do the following.

 ./gradlew  recordRoborazziDebug

To view the changes in the image, do the following This way, the changes between the image and the one you are saving now will be saved as [original]_compare.png.

 ./gradlew  verifyRoborazziDebug

image

What's Changed

  • Add gradle plugin and verify screenshot by @takahirom in #1

Full Changelog: 1.0.0-alpha-1...1.0.0-beta-1