Credentials set on azure pipeline for Android tests
I have some Android tests in Jetpack Compose UI testing. I have set them on a azure pipeline to be run and used Gradle task with task "connectedAndroidTest". The first test is to login the user (microsoft login). My question…