Status Update
Comments
vi...@google.com <vi...@google.com> #2
We use build flavours heavily with a lot of common code. The refactoring support in AS is really good but it continually catches us out when it doesn't work across all flavours in a project. It's a big gap for serious product development.
ar...@google.com <ar...@google.com>
sn...@google.com <sn...@google.com> #3
We at my company need this same feature. We have a lot of white labels and need refactor the same class across flavours. :(
Description
I have been trying to use the Espresso test recorder to record a test. However, the recorded tests always fails at simple assertions. I looked up on stackoverflow and see many people encounters similar issues as I do.
The tests always fails with prompts given like this:
E/TestRunner: androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: (with id: com.zoola:id/textView2 and with text: is "Welcome to" and Child at position 0 in parent Child at position 0 in parent with id: android:id/content and is displayed on the screen to the user)
Please fix this bug.