Can't find "record espresso test" in Android Studio

343 Views Asked by At

Android Studio version 4.1.2

I followed the android testing codelab direction "Choose Run > Record Espresso Test" but I didn't find it in the "Run" menu and can't find it elsewhere. Is it removed in this version of AS?

2

There are 2 best solutions below

0
On BEST ANSWER

Just found out I didn't enable the test recorder plugin...

0
On

To enable the test recorder if it is missing from your Android Studio,

  1. Go to Settings.
  2. Click on Plugins.
  3. Search for "Test Recorder" under the Installed tab.
  4. Enable "Test Recorder" by clicking the checkbox in the search result or "Enable" in the details screen.

Searching For Test Recorder On Android Studio