I want to record a UI test in my jetpack compose project, just like record an Espresso test.
I want to follow thees steps:
start recording
open the application
click on the objects(buttons, etc...)
finish recording
get generated kotlin codes just like Espresso recording
It seems we cannot use Espresso in a jetpackCompose project.
but in this project I didn't completely migrate to JetpackCompose still. but It recognizes it as a Jetpack Compose project