-
Notifications
You must be signed in to change notification settings - Fork 101
Start Services with Default Configuration
OliverShen edited this page Mar 21, 2023
·
4 revisions
2. In root folder or your IDE, run the following commands to build center and agent modules and generate jar packages:
.\gradlew :center:bootJar
.\gradlew :agent:bootJar
Run the following command under the parent folder of center.jar:
java -jar center.jar
- If you want to enable other storage types, specify the value of app.storage.type with other corresponding variables for the selected storage service:
- app.storage.type: AZURE
- app.storage.azure.connection: ${Your Azure BLOB connection string}
- Other storage types TO BE supported.
- app.storage.type: AZURE
- Go to the Center portal, select Authentication, and click Add Agent to create your Agent.
- Download the configuration YAML file.
- Copy the file into the same folder of your agent.jar package.
Run the following command under the parent folder of agent.jar:
java -jar agent.jar
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: