I’m having issues running E2E tests with Compose a...
# compose
a
I’m having issues running E2E tests with Compose and a ViewModel which uses
viewModelScope
. I’m trying out this Espresso solution but it’s using
CountingIdlingResource
https://github.com/Kotlin/kotlinx.coroutines/issues/242#issuecomment-561503344 I’m trying to write an equivalent in Compose. Any help on this? Or is there a better way?