add cases&schema

This commit is contained in:
2026-05-26 10:17:16 +08:00
parent a7540c3ebb
commit ab658eb14d
3 changed files with 42 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"uuid": "257f58111-aaa9-4636-b476-SMA576001",
"description": "samsung手机用例集",
"remoteUrl": "https://gitea.glrocky.cn/scripts/samsung.git",
"branch": "SM-A5760",
"branch": "SMA5760",
"tags": {
"osName": "android",
"osVersion": "15",
@@ -2026,6 +2026,32 @@
],
"parameters": []
},
{
"name": "TC-0422-txt",
"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-0501-txt",
"description": "公共服务查询(天气/交通路线/节假日等)",

View File

@@ -30,7 +30,7 @@ url = "https://mirrors.aliyun.com/pypi/simple/"
default = true
[tool.glrocky]
remote_url = "https://gitea.glrocky.cn/aitest-scripts/samsung.git"
remote_url = "https://gitea.glrocky.cn/scripts/samsung.git"
branch = "SM-A5760"
uuid = "257f58111-aaa9-4636-b476-SMA576001"

View File

@@ -553,8 +553,8 @@ cases:
dify_config:
production:
url: "http://192.168.0.140:8090/v1"
workflow_id: "d15da81c-d0ff-4606-aa07-540d09fa9c0a"
api_key: "app-xbHHhDrcSfMwX21hA1Ca00p5"
workflow_id: "a4915428-48a4-4de0-9861-1b87f7035242"
api_key: "app-IFOTLFnNwS7iOwDK926GgVHO"
testing:
url: "http://192.168.0.163:8090/v1"
workflow_id: "2c7809b7-baea-478f-9f19-c722a7a276c4"
@@ -563,7 +563,16 @@ cases:
- id: TC-0409-img
description: AI物体消除
category: AI影像.图片生成
action: skipped
action: dify
dify_config:
production:
url: "http://192.168.0.140:8090/v1"
workflow_id: "a4915428-48a4-4de0-9861-1b87f7035242"
api_key: "app-IFOTLFnNwS7iOwDK926GgVHO"
testing:
url: "http://192.168.0.163:8090/v1"
workflow_id: "2c7809b7-baea-478f-9f19-c722a7a276c4"
api_key: "app-puoiD0ZqPRtFb7wrUimw4cSt"
- id: TC-0410-img
description: AI扩图
@@ -572,8 +581,8 @@ cases:
dify_config:
production:
url: "http://192.168.0.140:8090/v1"
workflow_id: "d15da81c-d0ff-4606-aa07-540d09fa9c0a"
api_key: "app-xbHHhDrcSfMwX21hA1Ca00p5"
workflow_id: "a4915428-48a4-4de0-9861-1b87f7035242"
api_key: "app-IFOTLFnNwS7iOwDK926GgVHO"
testing:
url: "http://192.168.0.163:8090/v1"
workflow_id: "2c7809b7-baea-478f-9f19-c722a7a276c4"