Skip to content

Test agent setup for Windows X86 Android Appium

Nathan Bu edited this page Jun 8, 2023 · 6 revisions

Download the application.yml following the Guideline: Download the agent configuration.

Setup Hydra Lab Agent on Windows(X86/X64)

Please refer to One Line Installer Setup for Android Agent on Windows to conduct all the step for Android agent setup.

Cross-platform agent (Windows + Android)

PS. The WinAppDriver can't work normally if started by Windows Service.Issue link

  1. Update restartAgent.bat: comment line18,31 and uncomment line 20,29.

image

  1. Start agent directly: open cmd/powershell (admin); cd to the install folder; execute restartAgent.bat script

If you want to keep your Windows test agent awake without locking itself over time, so as to run UI tests for Windows apps, consider leveraging the PowerToy toolset - awake feature | Awake Utility to keep the Windows device active.

Clone this wiki locally