-
Notifications
You must be signed in to change notification settings - Fork 101
FAQ
A: Firstly, you should make sure the configuration is correct and the Windows Service has been started successfully. Wiki Link Besides, only the agent connected with devices will be displayed on the page.And, the devices need open Developer options and grant USB debugging authorizations to the agent.
A: The Group was designed to reduce the waiting time when many tasks call 1 device. For example, we can add some devices to a Group named as GROUPA and set the deviceIdentifier parameter of ADO Pipeline as G.GROUPA. Then, the test tasks will be distributed to a free device in GROUPA. If all of the devices in GROUPA are testing, the test task will be added to a queue. The task will be started until one device of the GROUPA comes free.
A: Firstly, you need to add a Group or use an existed Group.
Then, click manage button and add device button
- Device serial: The unique number of devices. Android(adb devices),iOS(tidevice list)
- Access key: It's used to verify the private devices. Still developing and keep it empty.
Q: For Espresso testing, how do we get the details of individual test run start and end programmatically?
We are leveraging the ddmlib to do the test, and in this HydraLab/EspressoRunner.java we leveraged the InstrumentationResultParser with a listener to get the start and end callback. This parser get the instrument command output and parse it to achieve the time.
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: