pedrovgs / Shot

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

Is it possble to test screenshots for gif animated image? #329

Open kibria91 opened 1 year ago

kibria91 commented 1 year ago

Trying to control gif animation setting "mainClock.autoAdvance = false" in jetpack compose.

        mainClock.autoAdvance = false
        mainClock.advanceTimeBy(2000L)
        compareScreenshot(composeTestRule, "ScreenName")

Seems two screenshots aren't fully identiacal. Could you please give any clue?