0

When running android espresso tests using gradle managed devices, how can you clear the test results that are cached if you want to force the test(s) to be re-ran?

Per https://developer.android.com/studio/test/gradle-managed-devices: Caches test results and reruns only tests that are likely to provide different results

reutsey
  • 1,743
  • 1
  • 17
  • 36

1 Answers1

0

Deleting the build folder that gets generated appears to work or help with this: enter image description here

reutsey
  • 1,743
  • 1
  • 17
  • 36