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?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
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
Update june 9th:
It is now available with android studio 2.2 preview 3!
Screenshot of my pc:
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.
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:
It's also explained in the latest android-developers blog
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 isFrom 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.
In the Google I/O session 'What's new in Android development tools' https://youtu.be/csaXml4xtN8?t=22m50s it shows him accessing 'Record Espresso Test' from the 'Run' menu. Unfortunately I don't see the menu item available in Android Studio 2.2 Preview 1 so maybe it isn't enabled yet.