init wifi template project

This commit is contained in:
pc
2026-04-23 14:10:56 +08:00
commit 1963ba3bac
12 changed files with 1467 additions and 0 deletions

78
.well-known/schema.json Normal file
View 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"
}
}