workflow-kotlin
workflow-kotlin copied to clipboard
Explore Espresso idling resource support
Seems like we should be able to maintain an idle state based on running workers or something? Compose does something like this for related coroutines, we think.
Note the idling resources in the existing espresso tests. Can whatever they're doing be generalized?