cashapp / paparazzi

Render your Android screens without a physical device or emulator
https://cashapp.github.io/paparazzi/
Apache License 2.0
2.25k stars 213 forks source link

Add a way to provide a file name for Snapshots #1292

Open magnusvs opened 6 months ago

magnusvs commented 6 months ago

Adds a FileNameProvider that can be implemented in any way to specify file names for a recorded Snapshot. Fixes #549

We wanted this feature because we had a developer on Linux with ecryptfs which only supports file names up to 143 characters, and we we're exceeding this with the current Snapshot file names.