is it possible with Jetpack Compose and Roboletric...
# compose
a
is it possible with Jetpack Compose and Roboletric to test a scenario in which the back key is pressed ?
a
Espresso should work with robolectric. You should be able to do
Espresso.pressBack()