Why can't I record an Espresso test? The error mes...
# android-studio
k
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
Maybe it’s included via transitive dependency from a library? There is a section about espresso test on the official compose site.
k
I believe we have a library that has some compose code in it, but that shouldn't affect my ability to record espresso tests
324 Views