I am trying to stand up espresso tests but I keep getting this error:
INSTRUMENTATION_STATUS: Error=Unable to find instrumentation info for: ComponentInfo{com.mi
You need to check which instrumentation packages have been installed on your device:
adb shell pm list instrumentation
Then verify whether com.mikeestrada.test is actually listed there.