I'm using Android Studio 2.3.1 and couldn't find the Espresso Test Recorder button. I checked with my friends they have the same Android Studio version as mine but they have the button in Run->Espresso Test Recorder button.
Espresso Test Recorder missing from Android Studio
Asked Answered
Make sure that the Test Recorder Plugin is enabled.
Go to File → Settings → Plugins
.
Find the Test Recorder plugin in the list. Enable the checkbox next to it and click OK.
The Espresso Test Recorder button should then be available from the Run menu as expected.
The button isn't there out of the box in 2020 for me. Run -> "Record Espresso Test" does the trick. –
Eminent
© 2022 - 2024 — McMap. All rights reserved.