update unique uuid
This commit is contained in:
@@ -4,46 +4,16 @@
|
||||
"name": "gztel-wifi-e2e",
|
||||
"uuid": "157f58111-aaa9-4636-b476-20251201gztele2e",
|
||||
"description": "广州电信WIFI测试-e2e",
|
||||
"remoteUrl": "https://gitea.glrocky.cn/aitest-scripts/gztel-wifi-e2e.git",
|
||||
"remoteUrl": "https://gitea.glrocky.cn/scripts/gztel-wifi-e2e.git",
|
||||
"branch": "master",
|
||||
"tags": {
|
||||
"osName": "android",
|
||||
"osVersion": "16",
|
||||
"brand": "Xiaomi",
|
||||
"model": "2509FPN0BC",
|
||||
"manufacturer": "Xiaomi"
|
||||
"description": "gztel"
|
||||
}
|
||||
},
|
||||
"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": "日程管理",
|
||||
|
||||
@@ -34,16 +34,12 @@ url = "https://mirrors.aliyun.com/pypi/simple/"
|
||||
default = true
|
||||
|
||||
[tool.glrocky]
|
||||
remote_url = "https://gitea.glrocky.cn/aitest-scripts/gztel-wifi-e2e.git"
|
||||
remote_url = "https://gitea.glrocky.cn/scripts/gztel-wifi-e2e.git"
|
||||
branch = "master"
|
||||
uuid = "157f58111-aaa9-4636-b476-20251201gztele2e"
|
||||
uuid = "e6719cc7-d1be-4079-af0f-d8e9ee588745"
|
||||
|
||||
[tool.glrocky.tags]
|
||||
osName="android" #adb -s 513a205d shell "getprop ro.build.version.release"
|
||||
osVersion="16"
|
||||
brand="Xiaomi" #adb -s 513a205d shell "getprop ro.product.brand"
|
||||
model="2509FPN0BC" #adb -s 513a205d shell "getprop ro.product.model"
|
||||
manufacturer="Xiaomi" #adb -s 513a205d shell "getprop ro.product.manufacturer"
|
||||
description="gztel"
|
||||
|
||||
[tool.glrocky.commands]
|
||||
generateSchema = "uv run --reinstall-package glrocky-sdk pytest --co --generate-schema --continue-on-collection-errors"
|
||||
@@ -52,29 +48,5 @@ startTest = "uv run pytest"
|
||||
[tool.glrocky.requirements]
|
||||
devices = []
|
||||
|
||||
[tool.glrocky.project_settings]
|
||||
screen-record-extra-commands = [
|
||||
"--window-x=1380",
|
||||
"--window-y=50",
|
||||
"--always-on-top",
|
||||
"--disable-screensaver",
|
||||
"--window-borderless",
|
||||
"-m",
|
||||
"600",
|
||||
"--video-codec",
|
||||
"h264",
|
||||
"--video-bit-rate",
|
||||
"5M",
|
||||
"--max-fps",
|
||||
"60",
|
||||
"--time-limit",
|
||||
"3600",
|
||||
"--print-fps",
|
||||
"--video-buffer",
|
||||
"100",
|
||||
"--no-audio-playback",
|
||||
"--no-audio",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["ruff>=0.12.2"]
|
||||
|
||||
Reference in New Issue
Block a user