-
Notifications
You must be signed in to change notification settings - Fork 101
One Line Installer Setup for Android Agent on Windows
Nathan Bu edited this page May 10, 2023
·
16 revisions
We are leveraging the winsw to wrap and manage the Spring Boot agent Jar application as a Windows service. You may try the following steps:
Open Powershell in your Windows, execute following instruments.
cd C:\
mkdir HydraLab
cd HydraLab
- Please refer to the Download the agent configuration and download the Configuration file into the folder
C:\HydraLab\application.yml
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/microsoft/HydraLab/master/agent/one-line-installer-windows.ps1" -OutFile ./HydraLabInstaller.ps1; powershell ./HydraLabInstaller.ps1
- There will be an Android Agreement pop-up window, and enter 'Y' to continue.
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: