Anyone use espresso with compose for testing? So ...
# compose
d
Anyone use espresso with compose for testing? So it seems the standard espresso way to test as the node lookups fail. So I attempted to do the compose way of testing but launching the Activity and that seems to work but unforunately I am using fragments still with compose. So when we navigate to the next fragment it seems to not grab the new composable so I can do more actions. I could completely change how I am doing testing and just test on individual fragment but I want to take a more end to end approach. Thoughts anyone?