paparazzi
paparazzi copied to clipboard
Report is not generated when in `verify` mode
I see that ImageUtils
also outputs a delta image (https://github.com/cashapp/paparazzi/blob/master/paparazzi/src/main/java/app/cash/paparazzi/internal/ImageUtils.kt#L204). This would be amazing to have as part of the report in verify
mode.
+1 here
+1
I get the report when I run
./gradlew testDebug
but not when I run
./gradlew verifyPaparazziDebug
The output from the last task does state however that a report was created but there is nothing on that path.
Issue still exists. Any updates on this?