Setup UI Tests with Espresso
We currently do not have real UI tests. Espresso is pushed a lot by Google and it makes great progress. You can even already record tests in the UI without needing to write the code for them yourself. It does require an emulator or a real phone to run these tests though.