Top "Android-espresso-recorder" questions

test recorder that can capture live interactions with an app and generate usable Espresso test code.

Espresso - get text of element

If I have an "AppCompatTextView" element that I can access by: onView(withId(R.id.allergies_text)) From Layout Inspector: …

android android-espresso android-espresso-recorder
Espresso test recording feature in Android Studio 2.2

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

android automated-tests android-espresso android-studio-2.2 android-espresso-recorder
Espresso onView doesn't wait for element

I just started to work with Espresso recorder. I made my first test, and from what I can see function …

android android-espresso android-espresso-recorder
Scrolling Recycler view with Espresso

I have a heterogeneous recycler view and I am trying to scroll it to item at position 30. My test is …

android android-recyclerview android-espresso android-espresso-recorder