Files
gztel-wifi-e2e/.well-known/schema.json

48 lines
1.2 KiB
JSON

{
"schemaVersion": "2.0.0",
"metadata": {
"name": "gztel-wifi-e2e",
"uuid": "e6719cc7-d1be-4079-af0f-d8e9ee588745",
"description": "广州电信WIFI测试-e2e",
"remoteUrl": "https://gitea.glrocky.cn/scripts/gztel-wifi-e2e.git",
"branch": "master",
"tags": {
"description": "gztel"
}
},
"requirements": {
"devices": []
},
"cases": [
{
"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"
}
}