Why can't I record an Espresso test? The error message says: "Espresso Testing Framework does not support Compose projects". I don't have a Compose project
v
Vojtěch Pešek
06/13/2022, 6:24 AM
Maybe it’s included via transitive dependency from a library? There is a section about espresso test on the official compose site.
k
kevindmoore
06/13/2022, 4:14 PM
I believe we have a library that has some compose code in it, but that shouldn't affect my ability to record espresso tests