-
Notifications
You must be signed in to change notification settings - Fork 101
Glossary
BryanSharp edited this page Feb 22, 2023
·
1 revision
Term | Acronym | Definition |
---|---|---|
Hydra Lab center service | Test center | A Hydra Lab center is the Spring Boot RESTFul API service that runs in the cloud in a docker container, and it helps coordinate the requested test tasks, provides a WebUI portal, and collects/persist test results. |
Hydra Lab test agent | Test agent | A Hydra Lab test agent is the machine that runs the Hydra Lab agent services and connect directly to the test devices. Test agent communicate with Hydra Lab center service through a Websocket connection. |
Hydra Lab test device | Test device | A Hydra Lab test device refers to the device that is connected to the test agent. The agent machine itself could be a test deivce. |
Taps to cases | T2C | The UI test case generation tool built on top of Appium inspector, which can capture and convert user interactions into the UI test cases of an Android/Windows/iOS/Web app. |
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: