Skip to content

Test agent setup on Windows Android Appium Cross platform

Nathan Bu edited this page May 10, 2023 · 2 revisions

1. Download the application.yml

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

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