Questions tagged [android-testify]

2 questions
2
votes
1 answer

How can I run android-testify tests with Dagger Hilt?

I am attempting to integrate https://github.com/Shopify/android-testify to add screenshot testing to my app. I am having trouble, however, with getting the simplest of tests to run due to my app's current integration with Dagger Hilt. If I try to…
1
vote
1 answer

How can I capture Google Maps with android-testify

I am trying to leverage https://github.com/Shopify/android-testify to implement some screenshot tests. However, it is having trouble capturing the map. I have tried with and without setUseSoftwareRenderer and it seems to be displaying a black or…