Espresso Test Recorder missing from Android Studio
Asked Answered
A

1

5

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.

Reference image

Abject answered 28/4, 2017 at 7:50 Comment(0)
C
21

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.

Calamint answered 11/6, 2017 at 1:42 Comment(1)
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.