cashapp / paparazzi

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

Snapshots are different depending on how tests are executed. #1702

Open oldergod opened 3 days ago

oldergod commented 3 days ago

In Cash App, I have a branch in which I will have different snapshots depending on how I execute it.

One would be ./gradlew recordPaparazziDebug and the other ./gradlew recordPaparazziDebug --tests *MyTest*.

See https://github.com/squareup/cash-android/pull/57383