dropbox / dropshots

Easy on-device screenshot testing for Android.
Apache License 2.0
257 stars 17 forks source link

Make name param optional in assertSnapshot's overload for bitmaps #51

Closed saket closed 1 year ago

saket commented 1 year ago

As part of my workaround for a bug related to minSdk <= 23, I had to migrate all my usages of assertSnapshot(Activity) to assertSnapshot(Bitmap). It'd be nice if I could continue not providing an explicit snapshot name for bitmap comparisons.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.