ui/espresso/CustomMatcherSample/README.md
Extending Espresso is easy! This sample shows how to match the "hint" property of an EditText.
This project uses the Gradle build system. You don't need an IDE to build and execute it but Android Studio is recommended.
git clone../build.gradle file.src/main/javasrc/androidTest/javaandroidx.test.runner.AndroidJUnitRunner
androidx.test.runner.AndroidJUnitRunnerThe application will be started on the device/emulator and a series of actions will be performed automatically.
If you are using Android Studio, the Run window will show the test results.