Paparazzi snapshot using the library test #1872
Unanswered
adonislapin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I'm worried about how to add snapshot test for an error case, when the image don't load the remote image, could you tell me if im missing something ?, Im using the coil-test library
I was trying this approach but I have not success
val request = ImageRequest.Builder(paparazzi.context) .data("error.png") .build()
Beta Was this translation helpful? Give feedback.
All reactions