I'm trying to run some instrumented android tests which don't follow the typical JUnit style. Ideally I'd use a custom JUnit runner for this, but I can't see how to do this 🤔 As far as I can see, AndroidJUnitRunner isn't actually a JUnit Runner and there's nothing obvious for how you might use custom Runner with it. Any advice?