-
Notifications
You must be signed in to change notification settings - Fork 102
Trigger Analysis Task Guideline
Le Zhou edited this page Jan 25, 2024
·
3 revisions
Introduce...
- Gradle plugin version > 1.1.15
- Ref: Trigger task by Gradle plugin
- Config analysisConfigs
-
Request url:https://{hostname}/api/test/task/run
-
Request type: POST
-
Authorization: Bearer Token: Get From portal
-
Body:
{
"fileSetId": "{fileSetId}",
"pkgName": "{pkgName}",
"runningType": "APK_SCANNER",
"testRunnerName": "androidx.test.runner.AndroidJUnitRunner",
"analysisConfigs": [
{
"analysisType": "FILE_SIZE",
"executor":"apkcanary",
"analysisConfig": {}
},
{
"analysisType": "FILE_SIZE",
"executor":"apkanalyzer",
"analysisConfig": {}
},
{
"analysisType": "LEAK_INFO",
"executor":"apkleaks",
"analysisConfig": {
"API_Key": "AKIA[0-9A-Z]{16}"
}
}
]
}
PS:
- How to get 'fileSetId'
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: