Replies: 2 comments 1 reply
-
@kenyee If that is the case... Long answer:
The first one is not a big deal since one can use TestRules instead of ActivityScenarios, but I found out a bug in android-testify for Composables with Landscape orientation. That's why I'll probably release support for Views first. The second one requires your current cross-library screenshot tests to add an annotation. The default annotation is that from testify @ScreenshotInstrumentation. But one can define which annotation is used in the gradle plugin to avoid direct dependency to android-testify, e.g. by using your own or one inside AndroidUiTestingUtils. |
Beta Was this translation helpful? Give feedback.
-
Great to hear. Some of the info you mentioned here might also be good for a blog...i.e., which libraries are harder to use effectively and which have better comparisons. In this case, it'd be annotations. Or that Dropshots requires comparison on device so the test APK is larger. |
Beta Was this translation helpful? Give feedback.
-
Curious why you haven't added Testify support as well?
Beta Was this translation helpful? Give feedback.
All reactions