Nathan
Nathan
 https://azure.github.io/azure-sdk/releases/latest/java.html
Publish the center docker image and agent docker image (Android Espress support) to github registry

The new agent manger design should cover this. @zhou9584
Provide the default value here with a deduced hostname.  
A simple UI test case would work, and we can reference to it in wiki to shed light on the integration.
Possible solutions: https://stackoverflow.com/questions/27687951/android-manipulate-screen-lock-settings-via-adb https://stackoverflow.com/questions/22142940/set-lockscreen-to-none-programmatically https://forum.xda-developers.com/t/no-root-required-completely-disable-and-enable-your-lock-screen.3739257/ https://forum.xda-developers.com/t/disable-swipe-up-lockscreen.4032599/ https://forum.xda-developers.com/t/screen-lock-disable.3460054/ Or: This can be done easier with locksettings command: ``` adb shell locksettings set-disabled true ``` Or we leverage UI automation to do...
Smart test is currently broken in the project due to the confidentiality of the screen comprehension model. We need to figure out a substitute solution.