I am attempting to write UI tests for certain views, where some tests are already implemented in Java. I also aim to include tests for Compose views. However, in my attempts, using either test tags or content descriptions has not been recognized by Espresso. Additionally, I am facing challenges in integrating the Compose test rule inside a Java test class. If someone has successfully achieved this or can provide suggestions related to this matter, it would greatly help me understand how to accomplish this.
