init wifi template project
This commit is contained in:
78
.well-known/schema.json
Normal file
78
.well-known/schema.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"schemaVersion": "2.0.0",
|
||||
"metadata": {
|
||||
"name": "gztel-wifi-e2e",
|
||||
"uuid": "157f58111-aaa9-4636-b476-20251201gztele2e",
|
||||
"description": "广州电信WIFI测试-e2e",
|
||||
"remoteUrl": "https://gitea.glrocky.cn/aitest-scripts/gztel-wifi-e2e.git",
|
||||
"branch": "master",
|
||||
"tags": {
|
||||
"osName": "android",
|
||||
"osVersion": "16",
|
||||
"brand": "Xiaomi",
|
||||
"model": "2509FPN0BC",
|
||||
"manufacturer": "Xiaomi"
|
||||
}
|
||||
},
|
||||
"requirements": {
|
||||
"devices": []
|
||||
},
|
||||
"cases": [
|
||||
{
|
||||
"name": "TC-0102-audio",
|
||||
"description": "通话实时翻译",
|
||||
"supportedMetrics": [],
|
||||
"materialParams": [
|
||||
{
|
||||
"name": "paramGroupUuid",
|
||||
"description": "UUID",
|
||||
"type": "text",
|
||||
"isArray": true
|
||||
},
|
||||
{
|
||||
"name": "inputTextList",
|
||||
"description": "对话列表,支持多轮对话",
|
||||
"type": "text",
|
||||
"isArray": true
|
||||
},
|
||||
{
|
||||
"name": "prompt",
|
||||
"description": "提示词",
|
||||
"type": "text",
|
||||
"isArray": true
|
||||
}
|
||||
],
|
||||
"parameters": []
|
||||
},
|
||||
{
|
||||
"name": "TC-0201-img",
|
||||
"description": "日程管理",
|
||||
"supportedMetrics": [],
|
||||
"materialParams": [
|
||||
{
|
||||
"name": "paramGroupUuid",
|
||||
"description": "UUID",
|
||||
"type": "text",
|
||||
"isArray": true
|
||||
},
|
||||
{
|
||||
"name": "inputTextList",
|
||||
"description": "对话列表,支持多轮对话",
|
||||
"type": "text",
|
||||
"isArray": true
|
||||
},
|
||||
{
|
||||
"name": "prompt",
|
||||
"description": "提示词",
|
||||
"type": "text",
|
||||
"isArray": true
|
||||
}
|
||||
],
|
||||
"parameters": []
|
||||
}
|
||||
],
|
||||
"commands": {
|
||||
"generateSchema": "uv run --reinstall-package glrocky-sdk pytest --co --generate-schema --continue-on-collection-errors",
|
||||
"startTest": "uv run pytest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user