We saw a sneak peek of a new way to write UI tests for Android using Google’s Gemini (AI Model) that takes a text based set of human readable steps and programmatically executes a UI test on your application. Tests are defined in .journey.xml files in the tests appear in a view similar to the typical Android Test Runner and end up resolving in the androidTest source set. Currently Android UI tests only support JUnit 4 officially, and this is clearly using JUnit 5.