Espresso test recording feature in Android Studio 2.2
O

3

31

In Android Studio 2.2 there is supposed to be a test recording function? Where do I find it and how do I use it?

Octonary answered 19/5, 2016 at 9:18 Comment(9)
Check thisBurnley
But it only mention there is such a feature not where or how to use it?Octonary
It is not available in Andorid Studio 2.2 Preview 1, check this code.google.com/p/android/issues/detail?id=210478Sprayberry
@PeterIsberg none right now, we need to wait for an update to android studioNevarez
It's confirmed from Google that this will be available only in future versionsEckstein
I use droidtestlab.com. I am guessing they are pretty much the same thing.Edla
Android 2.2 preview 2 is out but still no espresso recoding. Hopefully they will include in next iteration. tools.android.com/recent/androidstudio22preview2availableCerecloth
It is now available with AS 2.2 preview 3Nevarez
Its out in preview 3 but its not working correctly. Only creating empty file.Panlogism
N
33

Update june 9th:
It is now available with android studio 2.2 preview 3!

Espresso Test Recorder
Demo of the Espresso Test Recorder shown at IO is now included in Preview 3

Screenshot of my pc:
enter image description here

Download it here or patch directly from android studio preview 2.2


Update may 30:
Android Studio 2.2 preview 2 is out, but no 'Record Espresso Test' option yet.

Unfortunately the Espresso Test Recorder is still not in this build; we're addressing a few more issues and then hope to have it ready in the next build!

From the changelog.


Update:
It was not in the Advanced Espresso presentation as I expected, but in What's new in Android development tools (credit to flackery). They show where to find it:

enter image description here

It's also explained in the latest android-developers blog

Espresso Test Recorder: Sometimes writing UI tests can be tedious. With the Record Espresso UI tests feature, creating tests is now as easy as just using your app. Android Studio will capture all your UI interactions and convert them into a fully reusable Espresso Test that you can run locally or even on Firebase Test lab. To use the recorder, go to the Run menu and select Record Espresso Test.

However there is no way to get that option in the current release, updating all (platform)tools etc won't make a difference either.

For now we can only assume that this was unintentionally left out, and will be included in the first next release.


The only sensible thing I could find about this is

Creating tests is now as easy as using your app. Run your app in debug mode and enable recording, and this feature will capture UI events and convert them into Espresso Tests that you can run locally or even in the Firebase Test lab.

From venturebeat

Running in debug is simple, but enabling recording.. I'm not sure what they mean by that. There is a recording option, but that is for capturing the screen and saving it to a mp4 file.

There is currently nothing to be found on the net, and nothing in android studio itself either, that explains this feature in more detail than "it's there".


There will however be a talk at Google I/O today, Advanced Espresso, where they will talk about this new feature and I expect it to be clearer after that.

I will update my answer once I've seen the presentation.

Nevarez answered 19/5, 2016 at 11:43 Comment(0)
F
24

It's now live with Android Studio 2.2 Preview 3. Please send all feedback and issues here: https://code.google.com/p/android/issues/entry?template=Espresso%20Test%20Recorder%20Bug

Footboy answered 24/5, 2016 at 2:5 Comment(3)
I tried Espresso tool in preview 3 but its not working correctly. Only creating empty test case file.Panlogism
Ahmed - We are definitely interested in it here at my shop (and we have like 10 Android developers and a company with 90,000 employees). A blog post or tutorial or documentation or deep dive or 'how it works' or best practice or something would be great. Particularly this: 1) Is it still best practice to test 'by activity' - activity test rule, intents, build the arguments, launch an activity and test in a java file. 2) how do you do that with test recorder?Zetta
Hisham, I saw your issue has been resolved by running Android Studio as an administrator. re: Best practices, we're working on finalizing our docs but here's one that's written by our amazing community contributors: peirr.com/writing-android-tests-with-espresso-test-recorderFootboy
A
6

As described in the Google I/O session 'What's new in Android development tools', we can access the 'Record Espresso Test' from the 'Run' menu.

Unfortunately this item is not available in Android Studio 2.2 Preview 1, and might be made available in a future release.

Apply answered 20/5, 2016 at 6:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.