HydraLab
HydraLab copied to clipboard
Intelligent cloud testing made easy.

The new agent manger design should cover this. @zhou9584
The factory mode possibly cast light on this. We would provide default implementation and user can provide the name of the strategy and that could help provide prototype for the...
Provide the default value here with a deduced hostname.  
When there is an ANR happened during a test, we should get the adb bug report via `adb bugreport` and publish the output zip file to pipeline artifact to improve...
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.