HydraLab icon indicating copy to clipboard operation
HydraLab copied to clipboard

Intelligent cloud testing made easy.

Results 61 HydraLab issues
Sort by recently updated
recently updated
newest added
trafficstars

![image](https://user-images.githubusercontent.com/8344245/220951243-e76d9760-0857-496f-8ed5-d2c69cb688c5.png)

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. ![image](https://user-images.githubusercontent.com/8344245/220035188-9b50be66-e460-4e69-9434-5ca4f4096129.png) ![image](https://user-images.githubusercontent.com/8344245/220035295-5a327fa0-fc29-4776-9eed-a1e2be27a187.png)

help wanted

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...

enhancement

A simple UI test case would work, and we can reference to it in wiki to shed light on the integration.

help wanted

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.