Open oldergod opened 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*.
./gradlew recordPaparazziDebug
./gradlew recordPaparazziDebug --tests *MyTest*
See https://github.com/squareup/cash-android/pull/57383
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