test recorder that can capture live interactions with an app and generate usable Espresso test code.
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-recorderIn 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-recorderI just started to work with Espresso recorder. I made my first test, and from what I can see function …
android android-espresso android-espresso-recorderI 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