-
Notifications
You must be signed in to change notification settings - Fork 101
Test agent setup on Windows Android Appium Cross platform
Nathan Bu edited this page May 10, 2023
·
2 revisions
Download the application.yml
following the Guideline: Download the agent configuration.
PS. The WinAppDriver can't work normally if started by Windows Service.Issue link
- Update restartAgent.bat: comment line18,31 and uncomment line 20,29.
- 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.
Introduction:
User manual:
- Deploy Center Docker Container
- Deploy Agent Docker Container
- Test agent setup
- One-Line-Installer Agent Setup
- [DEPRECATED]Deploy a test agent service
- Trigger a test task run in the Hydra Lab test service
- Create an Appium UI Test Automation Project
- Create test build and run XCTest
- Test Task Customization
- FAQ
Developer guideline:
- Start Services with Default Configuration
- Dev Environment Setup
- Technical Design
- Integrate Hydra Lab test center with Microsoft AAD authentication service
- Upgrade the test agent service from center service
News: