I am running android UI Tests with espresso. Bitrise doesn’t clear app data between tests. I am using Android Test Orchestrator and have set clear app data between tests option in my gradle build file.
When I run my tests locally via the Connect Android Test gradle task then data is cleared between tests. Please help.