paparazzi icon indicating copy to clipboard operation
paparazzi copied to clipboard

Optional snapshot root directory gradle property

Open brenpearson opened this issue 2 years ago • 5 comments

Allows the consumer of the Paparazzi library to specify where they want the snapshots to be saved. This includes creating a gradle plugin extension for Paparazzi with this property in it, we can add other configurable properties to this extension in future.

This can be set as shown in the consumer's gradle file

paparazzi {
    snapshotRootDirectory = file("where/I/want/the/snapshots")
}

brenpearson avatar Jul 28 '22 11:07 brenpearson