pedrovgs / Shot

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

ImageLoader must be init #310

Closed dbayon closed 2 years ago

dbayon commented 2 years ago

Expected behaviour

Record snapshots of compose component

Actual behaviour

while recording snapshots the following error appears in console:

com.playtomic.AcademyDetailSnapshotsMviTests > testAcademyDetailView[Pixel_4_API_29(AVD) - 10] FAILED java.lang.IllegalStateException: ImageLoader must be init with configuration before using at com.nostra13.universalimageloader.core.ImageLoader.checkConfiguration(ImageLoader.java:613)

Steps to reproduce

Execute shot task with -Precord

Version of the library

5.14.1

pedrovgs commented 2 years ago

Hey @dbayon can you check if this is reproducible with a previous version? Can you try with 5.13.0 or 5.12.2?

P.S: I play padel @dbayon , but my playtomic level is not updated xD

davidBayonAlvarez commented 2 years ago

Not related with shot library. You can close it @pedrovgs . Thanks!