pedrovgs / Shot

Screenshot testing library for Android
Apache License 2.0
1.18k stars 115 forks source link

added maxPixels to ScreenshotTest #349

Closed nrotonda closed 7 months ago

nrotonda commented 9 months ago

:pushpin: References

:tophat: What is the goal?

To allow users to set max pixels when taking a screenshot. Currently, that is not allowed and screenshots will silently fail.

How is it being implemented?

Added optional max size parameter to compareScreenshot

pedrovgs commented 7 months ago

Thanks for your contribution @nrotonda 😃 The next release will include this PR.